#5B262C

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

Shades of Jazz #5B262C

Tints of Jazz #5B262C

Color information

#5B262C (or 0x5B262C) is unknown color: approx Jazz. HEX triplet: 5B, 26 and 2C. RGB value is (91,38,44). Sum of RGB (Red+Green+Blue) = 91+38+44=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B262C is #A4D9D3. Grayscale: #363636. Windows color (decimal): -10803668 or 2893403. OLE color: 2893403.

HSL color Cylindrical-coordinate representation of color #5B262C: hue angle of 353.21º 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 #5B262C is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB913844-
CMYK00.580.520.64
HSL353.21º41.09%25.29%-
HSV(B)353.21º58.24%35.69%-
XYZ5.463.792.83-
YUV54.53122.06154.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=52.60%
G=21.97%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91384400.580.520.64353.2141.0925.29
Hex5B262C03A34401612919
Octal1334654072641005415131
Binary10110111001101011000111010110100100000010110000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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