#592992

Color #592992 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #592992

Tints of Kingfisher Daisy #592992

Color information

#592992 (or 0x592992) is unknown color: approx 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

RGB8941146-
CMYK0.390.7200.43
HSL267.43º56.15%36.67%-
HSV(B)267.43º71.92%57.25%-
XYZ10.15.7927.78-
YUV67.32172.4143.46-

RGB Variations

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

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.90%
R=32.25%
G=14.86%
B=52.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89411460.390.7200.43267.4356.1536.67
Hex592992274802B10b3825
Octal13151222471100534137045
Binary10110011010011001001010011110010000101011100001011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>