#5B2F4F

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

Shades of Loulou #5B2F4F

Tints of Loulou #5B2F4F

Color information

#5B2F4F (or 0x5B2F4F) is unknown color: approx Loulou. HEX triplet: 5B, 2F and 4F. RGB value is (91,47,79). Sum of RGB (Red+Green+Blue) = 91+47+79=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2F4F is #A4D0B0. Grayscale: #3F3F3F. Windows color (decimal): -10801329 or 5189467. OLE color: 5189467.

HSL color Cylindrical-coordinate representation of color #5B2F4F: hue angle of 316.36º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B2F4F is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB914779-
CMYK00.480.130.64
HSL316.36º31.88%27.06%-
HSV(B)316.36º48.35%35.69%-
XYZ6.744.827.97-
YUV63.8136.58147.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.94%
GREEN value IS 47 (18.75% from 255) = 21.66%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=41.94%
G=21.66%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91477900.480.130.64316.3631.8827.06
Hex5B2F4F030D4013c201b
Octal13357117060151004744033
Binary1011011101111100111101100001101100000010011110010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,47,79); }

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

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

 a { background-color: rgb(91,47,79); }

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

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

 span { border-color: rgb(91,47,79); }

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