Html Css Color HEX #5A383A Jazz

📋 copy color: '#5A383A'

red 90 ◦ green 56 ◦ blue 58

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

Shades of Jazz #5A383A

Tints of Jazz #5A383A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.43%

R = 44.12%
G = 27.45%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A383A (or 0x5A383A) is known color: Jazz. HEX triplet: 5A, 38 and 3A. RGB value is (90,56,58). Sum of RGB (Red+Green+Blue) = 90+56+58=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A383A is #A5C7C5. Grayscale: #424242. Windows color (decimal): -10864582 or 3815514. OLE color: 3815514.

HSL color Cylindrical-coordinate representation of color #5A383A: hue angle of 356.47º 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 #5A383A is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 56 58 -
CMYK 0 0.38 0.36 0.65
HSL 356.47º 0.23% 0.29% -
HSV(B) 356.47º 0.38% 0.35% -
XYZ 6.39 5.31 4.69 -
YUV 66.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 90 56 58 0 0.38 0.36 0.65 356.47 0.23 0.29
Hex 5A 38 3A 0 26 24 41 164 17 1D
Octal 132 70 72 0 46 44 101 544 27 35
Binary 1011010 111000 111010 0 100110 100100 1000001 101100100 10111 11101

Color Harmonies of #5A383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A383A

Black with #5A383A

Text Example


Text Example

White with #5A383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A383A;
 }
 .AnyTagClassName
 {
   color: #5A383A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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