Html Css Color HEX #5A363A Jazz

📋 copy color: '#5A363A'

red 90 ◦ green 54 ◦ blue 58

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

Shades of Jazz #5A363A

Tints of Jazz #5A363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.73%

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

R = 44.55%
G = 26.73%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A363A (or 0x5A363A) is known color: Jazz. HEX triplet: 5A, 36 and 3A. RGB value is (90,54,58). Sum of RGB (Red+Green+Blue) = 90+54+58=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A363A is #A5C9C5. Grayscale: #414141. Windows color (decimal): -10865094 or 3815002. OLE color: 3815002.

HSL color Cylindrical-coordinate representation of color #5A363A: hue angle of 353.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A363A is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 58 -
CMYK 0 0.40 0.36 0.65
HSL 353.33º 0.25% 0.28% -
HSV(B) 353.33º 0.4% 0.35% -
XYZ 6.3 5.12 4.66 -
YUV 65.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 90 54 58 0 0.40 0.36 0.65 353.33 0.25 0.28
Hex 5A 36 3A 0 28 24 41 161 19 1C
Octal 132 66 72 0 50 44 101 541 31 34
Binary 1011010 110110 111010 0 101000 100100 1000001 101100001 11001 11100

Color Harmonies of #5A363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A363A

Black with #5A363A

Text Example


Text Example

White with #5A363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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