#59338A

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

Shades of Kingfisher Daisy #59338A

Tints of Kingfisher Daisy #59338A

Color information

#59338A (or 0x59338A) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 33 and 8A. RGB value is (89,51,138). Sum of RGB (Red+Green+Blue) = 89+51+138=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #59338A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59338A is #A6CC75. Grayscale: #474747. Windows color (decimal): -10931318 or 9057113. OLE color: 9057113.

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

Color convert

RGB8951138-
CMYK0.360.6300.46
HSL266.21º46.03%37.06%-
HSV(B)266.21º63.04%54.12%-
XYZ9.896.3324.74-
YUV72.28165.09139.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=32.01%
G=18.35%
B=49.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89511380.360.6300.46266.2146.0337.06
Hex59338A243F02E10a2e25
Octal1316321244770564125645
Binary1011001110011100010101001001111110101110100001010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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