#55264F

Color #55264F Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #55264F

Tints of Loulou #55264F

Color information

#55264F (or 0x55264F) is unknown color: approx Loulou. HEX triplet: 55, 26 and 4F. RGB value is (85,38,79). Sum of RGB (Red+Green+Blue) = 85+38+79=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #55264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55264F is #AAD9B0. Grayscale: #383838. Windows color (decimal): -11196849 or 5187157. OLE color: 5187157.

HSL color Cylindrical-coordinate representation of color #55264F: hue angle of 307.66º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55264F is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB853879-
CMYK00.550.070.67
HSL307.66º38.21%24.12%-
HSV(B)307.66º55.29%33.33%-
XYZ5.853.887.84-
YUV56.73140.57148.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=42.08%
G=18.81%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85387900.550.070.67307.6638.2124.12
Hex55264F0377431342618
Octal1254611706771034644630
Binary101010110011010011110110111111100001110011010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55264F; }

 p { color: rgb(85,38,79); }

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

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

 a { background-color: rgb(85,38,79); }

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

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

 span { border-color: rgb(85,38,79); }

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