#5B3636

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

Shades of Van Cleef #5B3636

Tints of Van Cleef #5B3636

Color information

#5B3636 (or 0x5B3636) is unknown color: approx Van Cleef. HEX triplet: 5B, 36 and 36. RGB value is (91,54,54). Sum of RGB (Red+Green+Blue) = 91+54+54=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3636 is #A4C9C9. Grayscale: #414141. Windows color (decimal): -10799562 or 3552859. OLE color: 3552859.

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

Color convert

RGB915454-
CMYK00.410.410.64
HSL25.52%28.43%-
HSV(B)40.66%35.69%-
XYZ6.35.134.15-
YUV65.06121.76146.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.73%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=45.73%
G=27.14%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91545400.410.410.64025.5228.43
Hex5B3636029294001a1c
Octal13366660515110003234
Binary10110111101101101100101001101001100000001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,54,54); }

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

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

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

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

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

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

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