Html Css Color HEX #5C363B Jazz

📋 copy color: '#5C363B'

red 92 ◦ green 54 ◦ blue 59

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

Shades of Jazz #5C363B

Tints of Jazz #5C363B

RGB

 RED value IS 92 (36.33% from 255) = 44.88%

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

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

R = 44.88%
G = 26.34%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#5C363B (or 0x5C363B) is known color: Jazz. HEX triplet: 5C, 36 and 3B. RGB value is (92,54,59). Sum of RGB (Red+Green+Blue) = 92+54+59=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C363B is #A3C9C4. Grayscale: #414141. Windows color (decimal): -10734021 or 3880540. OLE color: 3880540.

HSL color Cylindrical-coordinate representation of color #5C363B: hue angle of 352.11º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C363B is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 54 59 -
CMYK 0 0.41 0.36 0.64
HSL 352.11º 0.26% 0.29% -
HSV(B) 352.11º 0.41% 0.36% -
XYZ 6.52 5.23 4.8 -
YUV 65.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 92 54 59 0 0.41 0.36 0.64 352.11 0.26 0.29
Hex 5C 36 3B 0 29 24 40 160 1A 1D
Octal 134 66 73 0 51 44 100 540 32 35
Binary 1011100 110110 111011 0 101001 100100 1000000 101100000 11010 11101

Color Harmonies of #5C363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C363B

Black with #5C363B

Text Example


Text Example

White with #5C363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,54,59); }

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

background-color css

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

 a { background-color: rgb(92,54,59); }

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

border-color css

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

 span { border-color: rgb(92,54,59); }

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