#592e85

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

Shades of Kingfisher Daisy #592E85

Tints of Kingfisher Daisy #592E85

Color information

#592E85 (or 0x592E85) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 2E and 85. RGB value is (89,46,133). Sum of RGB (Red+Green+Blue) = 89+46+133=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #592E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592E85 is #A6D17A. Grayscale: #444444. Windows color (decimal): -10932603 or 8728153. OLE color: 8728153.

HSL color Cylindrical-coordinate representation of color #592E85: hue angle of 269.66º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #592E85 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8946133-
CMYK0.330.6500.48
HSL269.66º48.6%35.1%-
HSV(B)269.66º65.41%52.16%-
XYZ9.335.7722.81-
YUV68.78164.25142.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=33.21%
G=17.16%
B=49.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89461330.330.6500.48269.6648.635.1
Hex592E85214103010e3123
Octal13156205411010604166143
Binary10110011011101000010110000110000010110000100001110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592e85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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