#5B264B

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

Shades of Loulou #5B264B

Tints of Loulou #5B264B

Color information

#5B264B (or 0x5B264B) is unknown color: approx Loulou. HEX triplet: 5B, 26 and 4B. RGB value is (91,38,75). Sum of RGB (Red+Green+Blue) = 91+38+75=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B264B is #A4D9B4. Grayscale: #393939. Windows color (decimal): -10803637 or 4925019. OLE color: 4925019.

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

Color convert

RGB913875-
CMYK00.580.180.64
HSL318.11º41.09%25.29%-
HSV(B)318.11º58.24%35.69%-
XYZ6.284.127.12-
YUV58.06137.56151.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.61%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=44.61%
G=18.63%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91387500.580.180.64318.1141.0925.29
Hex5B264B03A124013e2919
Octal13346113072221004765131
Binary10110111001101001011011101010010100000010011111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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