#5A2F4B

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

Shades of Loulou #5A2F4B

Tints of Loulou #5A2F4B

Color information

#5A2F4B (or 0x5A2F4B) is unknown color: approx Loulou. HEX triplet: 5A, 2F and 4B. RGB value is (90,47,75). Sum of RGB (Red+Green+Blue) = 90+47+75=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F4B is #A5D0B4. Grayscale: #3E3E3E. Windows color (decimal): -10866869 or 4927322. OLE color: 4927322.

HSL color Cylindrical-coordinate representation of color #5A2F4B: hue angle of 320.93º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A2F4B is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB904775-
CMYK00.480.170.65
HSL320.93º31.39%26.86%-
HSV(B)320.93º47.78%35.29%-
XYZ6.54.717.22-
YUV63.05134.75147.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.45%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=42.45%
G=22.17%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90477500.480.170.65320.9331.3926.86
Hex5A2F4B03011411411f1b
Octal13257113060211015013733
Binary1011010101111100101101100001000110000011010000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,47,75); }

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

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

 a { background-color: rgb(90,47,75); }

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

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

 span { border-color: rgb(90,47,75); }

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