#5E262F

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

Shades of Jazz #5E262F

Tints of Jazz #5E262F

Color information

#5E262F (or 0x5E262F) is unknown color: approx Jazz. HEX triplet: 5E, 26 and 2F. RGB value is (94,38,47). Sum of RGB (Red+Green+Blue) = 94+38+47=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E262F is #A1D9D0. Grayscale: #373737. Windows color (decimal): -10607057 or 3090014. OLE color: 3090014.

HSL color Cylindrical-coordinate representation of color #5E262F: hue angle of 350.36º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E262F is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB943847-
CMYK00.600.50.63
HSL350.36º42.42%25.88%-
HSV(B)350.36º59.57%36.86%-
XYZ5.823.973.15-
YUV55.77123.05155.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.51%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=52.51%
G=21.23%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94384700.600.50.63350.3642.4225.88
Hex5E262F03C323F15e2a1a
Octal136465707462775365232
Binary1011110100110101111011110011001011111110101111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,38,47); }

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

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

 a { background-color: rgb(94,38,47); }

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

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

 span { border-color: rgb(94,38,47); }

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