#552392

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

Shades of Kingfisher Daisy #552392

Tints of Kingfisher Daisy #552392

Color information

#552392 (or 0x552392) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 23 and 92. RGB value is (85,35,146). Sum of RGB (Red+Green+Blue) = 85+35+146=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #552392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552392 is #AADC6D. Grayscale: #3E3E3E. Windows color (decimal): -11197550 or 9577301. OLE color: 9577301.

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

Color convert

RGB8535146-
CMYK0.420.7600.43
HSL267.03º61.33%35.49%-
HSV(B)267.03º76.03%57.25%-
XYZ9.545.2127.7-
YUV62.6175.06143.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=31.95%
G=13.16%
B=54.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85351460.420.7600.43267.0361.3335.49
Hex5523922A4C02B10b3d23
Octal12543222521140534137543
Binary10101011000111001001010101010011000101011100001011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552392; }

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

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

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

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

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

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

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

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