#5B282A

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

Shades of Jazz #5B282A

Tints of Jazz #5B282A

Color information

#5B282A (or 0x5B282A) is unknown color: approx Jazz. HEX triplet: 5B, 28 and 2A. RGB value is (91,40,42). Sum of RGB (Red+Green+Blue) = 91+40+42=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B282A is #A4D7D5. Grayscale: #373737. Windows color (decimal): -10803158 or 2762843. OLE color: 2762843.

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

Color convert

RGB914042-
CMYK00.560.540.64
HSL357.65º38.93%25.69%-
HSV(B)357.65º56.04%35.69%-
XYZ5.493.912.66-
YUV55.48120.4153.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=52.60%
G=23.12%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91404200.560.540.64357.6538.9325.69
Hex5B282A0383640166271a
Octal1335052070661005464732
Binary10110111010001010100111000110110100000010110011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,40,42); }

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

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

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

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

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

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

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