#5B274B

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

Shades of Loulou #5B274B

Tints of Loulou #5B274B

Color information

#5B274B (or 0x5B274B) is unknown color: approx Loulou. HEX triplet: 5B, 27 and 4B. RGB value is (91,39,75). Sum of RGB (Red+Green+Blue) = 91+39+75=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B274B is #A4D8B4. Grayscale: #3A3A3A. Windows color (decimal): -10803381 or 4925275. OLE color: 4925275.

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

Color convert

RGB913975-
CMYK00.570.180.64
HSL318.46º40%25.49%-
HSV(B)318.46º57.14%35.69%-
XYZ6.314.187.13-
YUV58.65137.23151.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.39%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=44.39%
G=19.02%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91397500.570.180.64318.464025.49
Hex5B274B039124013e2819
Octal13347113071221004765031
Binary10110111001111001011011100110010100000010011111010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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