Html Css Color HEX #592E8E Kingfisher Daisy

📋 copy color: '#592E8E'

red 89 ◦ green 46 ◦ blue 142

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

Shades of Kingfisher Daisy #592E8E

Tints of Kingfisher Daisy #592E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.61%

 BLUE value IS 142 (55.86% from 255) = 51.26%

R = 32.13%
G = 16.61%
B = 51.26%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#592E8E (or 0x592E8E) is known color: Kingfisher Daisy. HEX triplet: 59, 2E and 8E. RGB value is (89,46,142). Sum of RGB (Red+Green+Blue) = 89+46+142=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #592E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592E8E is #A6D171. Grayscale: #454545. Windows color (decimal): -10932594 or 9317977. OLE color: 9317977.

HSL color Cylindrical-coordinate representation of color #592E8E: hue angle of 266.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #592E8E is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 46 142 -
CMYK 0.37 0.68 0 0.44
HSL 266.88º 0.51% 0.37% -
HSV(B) 266.88º 0.68% 0.56% -
XYZ 9.98 6.03 26.23 -
YUV 69.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 89 46 142 0.37 0.68 0 0.44 266.88 0.51 0.37
Hex 59 2E 8E 25 44 0 2C 10B 33 25
Octal 131 56 216 45 104 0 54 413 63 45
Binary 1011001 101110 10001110 100101 1000100 0 101100 100001011 110011 100101

Color Harmonies of #592E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592E8E

Black with #592E8E

Text Example


Text Example

White with #592E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,46,142); }

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

background-color css

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

 a { background-color: rgb(89,46,142); }

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

border-color css

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

 span { border-color: rgb(89,46,142); }

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