#59358A

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

Shades of Kingfisher Daisy #59358A

Tints of Kingfisher Daisy #59358A

Color information

#59358A (or 0x59358A) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 35 and 8A. RGB value is (89,53,138). Sum of RGB (Red+Green+Blue) = 89+53+138=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #59358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59358A is #A6CA75. Grayscale: #494949. Windows color (decimal): -10930806 or 9057625. OLE color: 9057625.

HSL color Cylindrical-coordinate representation of color #59358A: hue angle of 265.41º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59358A is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8953138-
CMYK0.360.6200.46
HSL265.41º44.5%37.45%-
HSV(B)265.41º61.59%54.12%-
XYZ9.986.5124.77-
YUV73.45164.43139.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.79%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=31.79%
G=18.93%
B=49.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89531380.360.6200.46265.4144.537.45
Hex59358A243E02E1092d25
Octal1316521244760564115545
Binary1011001110101100010101001001111100101110100001001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59358A; }

 p { color: rgb(89,53,138); }

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

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

 a { background-color: rgb(89,53,138); }

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

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

 span { border-color: rgb(89,53,138); }

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