#59298B

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

Shades of Kingfisher Daisy #59298B

Tints of Kingfisher Daisy #59298B

Color information

#59298B (or 0x59298B) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 29 and 8B. RGB value is (89,41,139). Sum of RGB (Red+Green+Blue) = 89+41+139=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #59298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59298B is #A6D674. Grayscale: #424242. Windows color (decimal): -10933877 or 9120089. OLE color: 9120089.

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

Color convert

RGB8941139-
CMYK0.360.7100.45
HSL269.39º54.44%35.29%-
HSV(B)269.39º70.5%54.51%-
XYZ9.575.5725-
YUV66.52168.9144.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.09%
GREEN value IS 41 (16.41% from 255) = 15.24%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=33.09%
G=15.24%
B=51.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89411390.360.7100.45269.3954.4435.29
Hex59298B244702D10d3623
Octal13151213441070554156643
Binary10110011010011000101110010010001110101101100001101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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