#552394

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

Shades of Kingfisher Daisy #552394

Tints of Kingfisher Daisy #552394

Color information

#552394 (or 0x552394) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 23 and 94. RGB value is (85,35,148). Sum of RGB (Red+Green+Blue) = 85+35+148=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #552394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552394 is #AADC6B. Grayscale: #3E3E3E. Windows color (decimal): -11197548 or 9708373. OLE color: 9708373.

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

Color convert

RGB8535148-
CMYK0.430.7600.42
HSL266.55º61.75%35.88%-
HSV(B)266.55º76.35%58.04%-
XYZ9.695.2728.52-
YUV62.83176.06143.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 148 (58.20% from 255) = 55.22%
R=31.72%
G=13.06%
B=55.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85351480.430.7600.42266.5561.7535.88
Hex5523942B4C02A10b3e24
Octal12543224531140524137644
Binary10101011000111001010010101110011000101010100001011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552394; }

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

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

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

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

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

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

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

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