#59328B

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

Shades of Kingfisher Daisy #59328B

Tints of Kingfisher Daisy #59328B

Color information

#59328B (or 0x59328B) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 32 and 8B. RGB value is (89,50,139). Sum of RGB (Red+Green+Blue) = 89+50+139=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #59328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59328B is #A6CD74. Grayscale: #474747. Windows color (decimal): -10931573 or 9122393. OLE color: 9122393.

HSL color Cylindrical-coordinate representation of color #59328B: hue angle of 266.29º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59328B is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8950139-
CMYK0.360.6400.45
HSL266.29º47.09%37.06%-
HSV(B)266.29º64.03%54.51%-
XYZ9.926.2725.11-
YUV71.81165.92140.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 139 (54.69% from 255) = 50%
R=32.01%
G=17.99%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89501390.360.6400.45266.2947.0937.06
Hex59328B244002D10a2f25
Octal13162213441000554125745
Binary10110011100101000101110010010000000101101100001010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59328B; }

 p { color: rgb(89,50,139); }

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

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

 a { background-color: rgb(89,50,139); }

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

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

 span { border-color: rgb(89,50,139); }

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