Html Css Color HEX #592992 Kingfisher Daisy

📋 copy color: '#592992'

red 89 ◦ green 41 ◦ blue 146

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

Shades of Kingfisher Daisy #592992

Tints of Kingfisher Daisy #592992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 32.25%
G = 14.86%
B = 52.9%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#592992 (or 0x592992) is known color: Kingfisher Daisy. HEX triplet: 59, 29 and 92. RGB value is (89,41,146). Sum of RGB (Red+Green+Blue) = 89+41+146=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #592992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592992 is #A6D66D. Grayscale: #424242. Windows color (decimal): -10933870 or 9578841. OLE color: 9578841.

HSL color Cylindrical-coordinate representation of color #592992: hue angle of 267.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592992 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 41 146 -
CMYK 0.39 0.72 0 0.43
HSL 267.43º 0.56% 0.37% -
HSV(B) 267.43º 0.72% 0.57% -
XYZ 10.1 5.79 27.78 -
YUV 67.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 89 41 146 0.39 0.72 0 0.43 267.43 0.56 0.37
Hex 59 29 92 27 48 0 2B 10B 38 25
Octal 131 51 222 47 110 0 53 413 70 45
Binary 1011001 101001 10010010 100111 1001000 0 101011 100001011 111000 100101

Color Harmonies of #592992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592992

Black with #592992

Text Example


Text Example

White with #592992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592992; }

 p { color: rgb(89,41,146); }

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

background-color css

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

 a { background-color: rgb(89,41,146); }

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

border-color css

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

 span { border-color: rgb(89,41,146); }

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