Html Css Color HEX #5C7370 William

📋 copy color: '#5C7370'

red 92 ◦ green 115 ◦ blue 112

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

Shades of William #5C7370

Tints of William #5C7370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.05%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 28.84%
G = 36.05%
B = 35.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#5C7370 (or 0x5C7370) is known color: William. HEX triplet: 5C, 73 and 70. RGB value is (92,115,112). Sum of RGB (Red+Green+Blue) = 92+115+112=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7370 is #A38C8F. Grayscale: #6B6B6B. Windows color (decimal): -10718352 or 7369564. OLE color: 7369564.

HSL color Cylindrical-coordinate representation of color #5C7370: hue angle of 172.17º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C7370 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 115 112 -
CMYK 0.20 0 0.03 0.55
HSL 172.17º 0.11% 0.41% -
HSV(B) 172.17º 0.2% 0.45% -
XYZ 13.47 15.71 17.65 -
YUV 107.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 92 115 112 0.20 0 0.03 0.55 172.17 0.11 0.41
Hex 5C 73 70 14 0 3 37 AC B 29
Octal 134 163 160 24 0 3 67 254 13 51
Binary 1011100 1110011 1110000 10100 0 11 110111 10101100 1011 101001

Color Harmonies of #5C7370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7370

Black with #5C7370

Text Example


Text Example

White with #5C7370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,115,112); }

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

background-color css

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

 a { background-color: rgb(92,115,112); }

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

border-color css

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

 span { border-color: rgb(92,115,112); }

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