#59368A

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

Shades of Kingfisher Daisy #59368A

Tints of Kingfisher Daisy #59368A

Color information

#59368A (or 0x59368A) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 36 and 8A. RGB value is (89,54,138). Sum of RGB (Red+Green+Blue) = 89+54+138=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #59368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59368A is #A6C975. Grayscale: #494949. Windows color (decimal): -10930550 or 9057881. OLE color: 9057881.

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

Color convert

RGB8954138-
CMYK0.360.6100.46
HSL265º43.75%37.65%-
HSV(B)265º60.87%54.12%-
XYZ10.036.624.79-
YUV74.04164.1138.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.67%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=31.67%
G=19.22%
B=49.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89541380.360.6100.4626543.7537.65
Hex59368A243D02E1092c26
Octal1316621244750564115446
Binary1011001110110100010101001001111010101110100001001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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