#552891

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

Shades of Kingfisher Daisy #552891

Tints of Kingfisher Daisy #552891

Color information

#552891 (or 0x552891) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 28 and 91. RGB value is (85,40,145). Sum of RGB (Red+Green+Blue) = 85+40+145=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #552891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552891 is #AAD76E. Grayscale: #414141. Windows color (decimal): -11196271 or 9513045. OLE color: 9513045.

HSL color Cylindrical-coordinate representation of color #552891: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552891 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8540145-
CMYK0.410.7200.43
HSL265.71º56.76%36.27%-
HSV(B)265.71º72.41%56.86%-
XYZ9.625.4927.34-
YUV65.42172.91141.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 145 (57.03% from 255) = 53.70%
R=31.48%
G=14.81%
B=53.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85401450.410.7200.43265.7156.7636.27
Hex552891294802B10a3924
Octal12550221511100534127144
Binary10101011010001001000110100110010000101011100001010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552891; }

 p { color: rgb(85,40,145); }

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

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

 a { background-color: rgb(85,40,145); }

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

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

 span { border-color: rgb(85,40,145); }

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