Html Css Color HEX #5C7372 William

📋 copy color: '#5C7372'

red 92 ◦ green 115 ◦ blue 114

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

Shades of William #5C7372

Tints of William #5C7372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 28.66%
G = 35.83%
B = 35.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#5C7372 (or 0x5C7372) is known color: William. HEX triplet: 5C, 73 and 72. RGB value is (92,115,114). Sum of RGB (Red+Green+Blue) = 92+115+114=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7372 is #A38C8D. Grayscale: #6B6B6B. Windows color (decimal): -10718350 or 7500636. OLE color: 7500636.

HSL color Cylindrical-coordinate representation of color #5C7372: hue angle of 177.39º 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 #5C7372 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 115 114 -
CMYK 0.20 0 0.01 0.55
HSL 177.39º 0.11% 0.41% -
HSV(B) 177.39º 0.2% 0.45% -
XYZ 13.58 15.75 18.24 -
YUV 108.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 92 115 114 0.20 0 0.01 0.55 177.39 0.11 0.41
Hex 5C 73 72 14 0 1 37 B1 B 29
Octal 134 163 162 24 0 1 67 261 13 51
Binary 1011100 1110011 1110010 10100 0 1 110111 10110001 1011 101001

Color Harmonies of #5C7372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7372

Black with #5C7372

Text Example


Text Example

White with #5C7372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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