Html Css Color HEX #5C756F William

📋 copy color: '#5C756F'

red 92 ◦ green 117 ◦ blue 111

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

Shades of William #5C756F

Tints of William #5C756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 28.75%
G = 36.56%
B = 34.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#5C756F (or 0x5C756F) is known color: William. HEX triplet: 5C, 75 and 6F. RGB value is (92,117,111). Sum of RGB (Red+Green+Blue) = 92+117+111=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #5C756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C756F is #A38A90. Grayscale: #6C6C6C. Windows color (decimal): -10717841 or 7304540. OLE color: 7304540.

HSL color Cylindrical-coordinate representation of color #5C756F: hue angle of 165.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C756F is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 117 111 -
CMYK 0.21 0 0.05 0.54
HSL 165.6º 0.12% 0.41% -
HSV(B) 165.6º 0.21% 0.46% -
XYZ 13.64 16.15 17.44 -
YUV 108.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 92 117 111 0.21 0 0.05 0.54 165.6 0.12 0.41
Hex 5C 75 6F 15 0 5 36 A6 C 29
Octal 134 165 157 25 0 5 66 246 14 51
Binary 1011100 1110101 1101111 10101 0 101 110110 10100110 1100 101001

Color Harmonies of #5C756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C756F

Black with #5C756F

Text Example


Text Example

White with #5C756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,117,111); }

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

background-color css

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

 a { background-color: rgb(92,117,111); }

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

border-color css

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

 span { border-color: rgb(92,117,111); }

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