Html Css Color HEX #5A383B Jazz

📋 copy color: '#5A383B'

red 90 ◦ green 56 ◦ blue 59

#5A383B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #5A383B

Tints of Jazz #5A383B

RGB

 RED value IS 90 (35.55% from 255) = 43.9%

 GREEN value IS 56 (22.27% from 255) = 27.32%

 BLUE value IS 59 (23.44% from 255) = 28.78%

R = 43.9%
G = 27.32%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#5A383B (or 0x5A383B) is known color: 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

RGB 90 56 59 -
CMYK 0 0.38 0.34 0.65
HSL 354.71º 0.23% 0.29% -
HSV(B) 354.71º 0.38% 0.35% -
XYZ 6.42 5.32 4.83 -
YUV 66.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 90 56 59 0 0.38 0.34 0.65 354.71 0.23 0.29
Hex 5A 38 3B 0 26 22 41 163 17 1D
Octal 132 70 73 0 46 42 101 543 27 35
Binary 1011010 111000 111011 0 100110 100010 1000001 101100011 10111 11101

Color Harmonies of #5A383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A383B

Black with #5A383B

Text Example


Text Example

White with #5A383B

Text Example


Text Example

HTML Codes & Css Web 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>