#5C264B

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

Shades of Loulou #5C264B

Tints of Loulou #5C264B

Color information

#5C264B (or 0x5C264B) is unknown color: approx Loulou. HEX triplet: 5C, 26 and 4B. RGB value is (92,38,75). Sum of RGB (Red+Green+Blue) = 92+38+75=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C264B is #A3D9B4. Grayscale: #3A3A3A. Windows color (decimal): -10738101 or 4925020. OLE color: 4925020.

HSL color Cylindrical-coordinate representation of color #5C264B: hue angle of 318.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C264B is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB923875-
CMYK00.590.180.64
HSL318.89º41.54%25.49%-
HSV(B)318.89º58.7%36.08%-
XYZ6.384.177.13-
YUV58.36137.39151.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.88%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=44.88%
G=18.54%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92387500.590.180.64318.8941.5425.49
Hex5C264B03B124013f2a19
Octal13446113073221004775231
Binary10111001001101001011011101110010100000010011111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C264B; }

 p { color: rgb(92,38,75); }

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

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

 a { background-color: rgb(92,38,75); }

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

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

 span { border-color: rgb(92,38,75); }

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