#55208B

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

Shades of Kingfisher Daisy #55208B

Tints of Kingfisher Daisy #55208B

Color information

#55208B (or 0x55208B) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 20 and 8B. RGB value is (85,32,139). Sum of RGB (Red+Green+Blue) = 85+32+139=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #55208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55208B is #AADF74. Grayscale: #3B3B3B. Windows color (decimal): -11198325 or 9117781. OLE color: 9117781.

HSL color Cylindrical-coordinate representation of color #55208B: hue angle of 269.72º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55208B is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8532139-
CMYK0.390.7700.45
HSL269.72º62.57%33.53%-
HSV(B)269.72º76.98%54.51%-
XYZ8.924.8324.89-
YUV60.04172.56145.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=33.20%
G=12.5%
B=54.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85321390.390.7700.45269.7262.5733.53
Hex55208B274D02D10e3f22
Octal12540213471150554167742
Binary10101011000001000101110011110011010101101100001110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,32,139); }

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

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

 a { background-color: rgb(85,32,139); }

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

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

 span { border-color: rgb(85,32,139); }

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