#5B252D

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

Shades of Jazz #5B252D

Tints of Jazz #5B252D

Color information

#5B252D (or 0x5B252D) is unknown color: approx Jazz. HEX triplet: 5B, 25 and 2D. RGB value is (91,37,45). Sum of RGB (Red+Green+Blue) = 91+37+45=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B252D is #A4DAD2. Grayscale: #363636. Windows color (decimal): -10803923 or 2958683. OLE color: 2958683.

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

Color convert

RGB913745-
CMYK00.590.510.64
HSL351.11º42.19%25.1%-
HSV(B)351.11º59.34%35.69%-
XYZ5.453.742.92-
YUV54.06122.89154.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=52.60%
G=21.39%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91374500.590.510.64351.1142.1925.1
Hex5B252D03B334015f2a19
Octal1334555073631005375231
Binary10110111001011011010111011110011100000010101111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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