#5B262E

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

Shades of Jazz #5B262E

Tints of Jazz #5B262E

Color information

#5B262E (or 0x5B262E) is unknown color: approx Jazz. HEX triplet: 5B, 26 and 2E. RGB value is (91,38,46). Sum of RGB (Red+Green+Blue) = 91+38+46=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B262E is #A4D9D1. Grayscale: #363636. Windows color (decimal): -10803666 or 3024475. OLE color: 3024475.

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

Color convert

RGB913846-
CMYK00.580.490.64
HSL350.94º41.09%25.29%-
HSV(B)350.94º58.24%35.69%-
XYZ5.53.813.03-
YUV54.76123.06153.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=52%
G=21.71%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91384600.580.490.64350.9441.0925.29
Hex5B262E03A314015f2919
Octal1334656072611005375131
Binary10110111001101011100111010110001100000010101111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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