#592482

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

Shades of Kingfisher Daisy #592482

Tints of Kingfisher Daisy #592482

Color information

#592482 (or 0x592482) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 24 and 82. RGB value is (89,36,130). Sum of RGB (Red+Green+Blue) = 89+36+130=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #592482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592482 is #A6DB7D. Grayscale: #3E3E3E. Windows color (decimal): -10935166 or 8528985. OLE color: 8528985.

HSL color Cylindrical-coordinate representation of color #592482: hue angle of 273.83º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592482 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8936130-
CMYK0.320.7200.49
HSL273.83º56.63%32.55%-
HSV(B)273.83º72.31%50.98%-
XYZ8.78521.62-
YUV62.56166.06146.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.90%
GREEN value IS 36 (14.45% from 255) = 14.12%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=34.90%
G=14.12%
B=50.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89361300.320.7200.49273.8356.6332.55
Hex59248220480311123921
Octal13144202401100614227141
Binary10110011001001000001010000010010000110001100010010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592482; }

 p { color: rgb(89,36,130); }

 H1.HeaderClassName
 {
   color: #592482;
 }
 .AnyTagClassName
 {
   color: #592482;
 }
</style>
background-color css

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

 a { background-color: rgb(89,36,130); }

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

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

 span { border-color: rgb(89,36,130); }

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