#5B252C

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

Shades of Jazz #5B252C

Tints of Jazz #5B252C

Color information

#5B252C (or 0x5B252C) is unknown color: approx Jazz. HEX triplet: 5B, 25 and 2C. RGB value is (91,37,44). Sum of RGB (Red+Green+Blue) = 91+37+44=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B252C is #A4DAD3. Grayscale: #353535. Windows color (decimal): -10803924 or 2893147. OLE color: 2893147.

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

Color convert

RGB913744-
CMYK00.590.520.64
HSL352.22º42.19%25.1%-
HSV(B)352.22º59.34%35.69%-
XYZ5.433.732.82-
YUV53.94122.39154.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.91%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=52.91%
G=21.51%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91374400.590.520.64352.2242.1925.1
Hex5B252C03B34401602a19
Octal1334554073641005405231
Binary10110111001011011000111011110100100000010110000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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