Html Css Color HEX #592A98 Daisy Bush

📋 copy color: '#592A98'

red 89 ◦ green 42 ◦ blue 152

#592A98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #592A98

Tints of Daisy Bush #592A98

RGB

 RED value IS 89 (35.16% from 255) = 31.45%

 GREEN value IS 42 (16.8% from 255) = 14.84%

 BLUE value IS 152 (59.77% from 255) = 53.71%

R = 31.45%
G = 14.84%
B = 53.71%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#592A98 (or 0x592A98) is known color: Daisy Bush. HEX triplet: 59, 2A and 98. RGB value is (89,42,152). Sum of RGB (Red+Green+Blue) = 89+42+152=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #592A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592A98 is #A6D567. Grayscale: #444444. Windows color (decimal): -10933608 or 9972313. OLE color: 9972313.

HSL color Cylindrical-coordinate representation of color #592A98: hue angle of 265.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592A98 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 42 152 -
CMYK 0.41 0.72 0 0.40
HSL 265.64º 0.57% 0.38% -
HSV(B) 265.64º 0.72% 0.6% -
XYZ 10.62 6.05 30.31 -
YUV 68.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 89 42 152 0.41 0.72 0 0.40 265.64 0.57 0.38
Hex 59 2A 98 29 48 0 28 10A 39 26
Octal 131 52 230 51 110 0 50 412 71 46
Binary 1011001 101010 10011000 101001 1001000 0 101000 100001010 111001 100110

Color Harmonies of #592A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A98

Black with #592A98

Text Example


Text Example

White with #592A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592A98; }

 p { color: rgb(89,42,152); }

 H1.HeaderClassName
 {
   color: #592A98;
 }
 .AnyTagClassName
 {
   color: #592A98;
 }
</style>

background-color css

<style>
 a { background-color: #592A98; }

 a { background-color: rgb(89,42,152); }

 div.DivClassName
 {
   background-color: #592A98;
 }
 .BgClassName
 {
   background-color: #592A98;
 }
</style>

border-color css

<style>
 span { border-color: #592A98; }

 span { border-color: rgb(89,42,152); }

 td.TdClassName
 {
   border-color: #592A98;
 }
 .TagClassName
 {
   border-color: #592A98;
 }
</style>