#5A383B

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

Shades of Jazz #5A383B

Tints of Jazz #5A383B

Color information

#5A383B (or 0x5A383B) is unknown color: approx Jazz. HEX triplet: 5A, 38 and 3B. RGB value is (90,56,59). Sum of RGB (Red+Green+Blue) = 90+56+59=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A383B is #A5C7C4. Grayscale: #424242. Windows color (decimal): -10864581 or 3881050. OLE color: 3881050.

HSL color Cylindrical-coordinate representation of color #5A383B: hue angle of 354.71º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A383B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB905659-
CMYK00.380.340.65
HSL354.71º23.29%28.63%-
HSV(B)354.71º37.78%35.29%-
XYZ6.425.324.83-
YUV66.51123.76144.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.90%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=43.90%
G=27.32%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90565900.380.340.65354.7123.2928.63
Hex5A383B0262241163171d
Octal1327073046421015432735
Binary1011010111000111011010011010001010000011011000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,56,59); }

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

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

 a { background-color: rgb(90,56,59); }

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

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

 span { border-color: rgb(90,56,59); }

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