Html Css Color HEX #537870 William

📋 copy color: '#537870'

red 83 ◦ green 120 ◦ blue 112

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

Shades of William #537870

Tints of William #537870

RGB

 RED value IS 83 (32.81% from 255) = 26.35%

 GREEN value IS 120 (47.27% from 255) = 38.1%

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

R = 26.35%
G = 38.1%
B = 35.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#537870 (or 0x537870) is known color: William. HEX triplet: 53, 78 and 70. RGB value is (83,120,112). Sum of RGB (Red+Green+Blue) = 83+120+112=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #537870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537870 is #AC878F. Grayscale: #6C6C6C. Windows color (decimal): -11306896 or 7370835. OLE color: 7370835.

HSL color Cylindrical-coordinate representation of color #537870: hue angle of 167.03º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537870 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 120 112 -
CMYK 0.31 0 0.07 0.53
HSL 167.03º 0.18% 0.4% -
HSV(B) 167.03º 0.31% 0.47% -
XYZ 13.21 16.44 17.81 -
YUV 108.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 83 120 112 0.31 0 0.07 0.53 167.03 0.18 0.4
Hex 53 78 70 1F 0 7 35 A7 12 28
Octal 123 170 160 37 0 7 65 247 22 50
Binary 1010011 1111000 1110000 11111 0 111 110101 10100111 10010 101000

Color Harmonies of #537870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537870

Black with #537870

Text Example


Text Example

White with #537870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537870; }

 p { color: rgb(83,120,112); }

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

background-color css

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

 a { background-color: rgb(83,120,112); }

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

border-color css

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

 span { border-color: rgb(83,120,112); }

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