#552293

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

Shades of Kingfisher Daisy #552293

Tints of Kingfisher Daisy #552293

Color information

#552293 (or 0x552293) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 22 and 93. RGB value is (85,34,147). Sum of RGB (Red+Green+Blue) = 85+34+147=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #552293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552293 is #AADD6C. Grayscale: #3D3D3D. Windows color (decimal): -11197805 or 9642581. OLE color: 9642581.

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

Color convert

RGB8534147-
CMYK0.420.7700.42
HSL267.08º62.43%35.49%-
HSV(B)267.08º76.87%57.65%-
XYZ9.585.1828.1-
YUV62.13175.9144.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 34 (13.67% from 255) = 12.78%
BLUE value IS 147 (57.81% from 255) = 55.26%
R=31.95%
G=12.78%
B=55.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85341470.420.7700.42267.0862.4335.49
Hex5522932A4D02A10b3e23
Octal12542223521150524137643
Binary10101011000101001001110101010011010101010100001011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552293; }

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

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

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

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

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

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

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

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