#552892

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

Shades of Kingfisher Daisy #552892

Tints of Kingfisher Daisy #552892

Color information

#552892 (or 0x552892) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 28 and 92. RGB value is (85,40,146). Sum of RGB (Red+Green+Blue) = 85+40+146=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #552892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552892 is #AAD76D. Grayscale: #414141. Windows color (decimal): -11196270 or 9578581. OLE color: 9578581.

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

Color convert

RGB8540146-
CMYK0.420.7300.43
HSL265.47º56.99%36.47%-
HSV(B)265.47º72.6%57.25%-
XYZ9.695.5227.75-
YUV65.54173.41141.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=31.37%
G=14.76%
B=53.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85401460.420.7300.43265.4756.9936.47
Hex5528922A4902B1093924
Octal12550222521110534117144
Binary10101011010001001001010101010010010101011100001001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552892; }

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

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

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

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

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

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

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

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