Html Css Color HEX #57383A Jazz

📋 copy color: '#57383A'

red 87 ◦ green 56 ◦ blue 58

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

Shades of Jazz #57383A

Tints of Jazz #57383A

RGB

 RED value IS 87 (34.38% from 255) = 43.28%

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

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

R = 43.28%
G = 27.86%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57383A (or 0x57383A) is known color: Jazz. HEX triplet: 57, 38 and 3A. RGB value is (87,56,58). Sum of RGB (Red+Green+Blue) = 87+56+58=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #57383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57383A is #A8C7C5. Grayscale: #414141. Windows color (decimal): -11061190 or 3815511. OLE color: 3815511.

HSL color Cylindrical-coordinate representation of color #57383A: hue angle of 356.13º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57383A is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 56 58 -
CMYK 0 0.36 0.33 0.66
HSL 356.13º 0.22% 0.28% -
HSV(B) 356.13º 0.36% 0.34% -
XYZ 6.11 5.16 4.68 -
YUV 65.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 87 56 58 0 0.36 0.33 0.66 356.13 0.22 0.28
Hex 57 38 3A 0 24 21 42 164 16 1C
Octal 127 70 72 0 44 41 102 544 26 34
Binary 1010111 111000 111010 0 100100 100001 1000010 101100100 10110 11100

Color Harmonies of #57383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57383A

Black with #57383A

Text Example


Text Example

White with #57383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57383A; }

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

 H1.HeaderClassName
 {
   color: #57383A;
 }
 .AnyTagClassName
 {
   color: #57383A;
 }
</style>

background-color css

<style>
 a { background-color: #57383A; }

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

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

border-color css

<style>
 span { border-color: #57383A; }

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

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