#552893

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

Shades of Kingfisher Daisy #552893

Tints of Kingfisher Daisy #552893

Color information

#552893 (or 0x552893) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 28 and 93. RGB value is (85,40,147). Sum of RGB (Red+Green+Blue) = 85+40+147=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #552893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552893 is #AAD76C. Grayscale: #414141. Windows color (decimal): -11196269 or 9644117. OLE color: 9644117.

HSL color Cylindrical-coordinate representation of color #552893: hue angle of 265.23º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552893 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8540147-
CMYK0.420.7300.42
HSL265.23º57.22%36.67%-
HSV(B)265.23º72.79%57.65%-
XYZ9.775.5628.16-
YUV65.65173.91141.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 40 (16.02% from 255) = 14.71%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=31.25%
G=14.71%
B=54.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85401470.420.7300.42265.2357.2236.67
Hex5528932A4902A1093925
Octal12550223521110524117145
Binary10101011010001001001110101010010010101010100001001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552893; }

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

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

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

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

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

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

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

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