Html Css Color HEX #537070 William

📋 copy color: '#537070'

red 83 ◦ green 112 ◦ blue 112

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

Shades of William #537070

Tints of William #537070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 27.04%
G = 36.48%
B = 36.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#537070 (or 0x537070) is known color: William. HEX triplet: 53, 70 and 70. RGB value is (83,112,112). Sum of RGB (Red+Green+Blue) = 83+112+112=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #537070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537070 is #AC8F8F. Grayscale: #676767. Windows color (decimal): -11308944 or 7368787. OLE color: 7368787.

HSL color Cylindrical-coordinate representation of color #537070: hue angle of 180º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #537070 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 112 -
CMYK 0.26 0 0 0.56
HSL 180º 0.15% 0.38% -
HSV(B) 180º 0.26% 0.44% -
XYZ 12.29 14.6 17.5 -
YUV 103.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 83 112 112 0.26 0 0 0.56 180 0.15 0.38
Hex 53 70 70 1A 0 0 38 B4 F 26
Octal 123 160 160 32 0 0 70 264 17 46
Binary 1010011 1110000 1110000 11010 0 0 111000 10110100 1111 100110

Color Harmonies of #537070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537070

Black with #537070

Text Example


Text Example

White with #537070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537070; }

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

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

background-color css

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

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

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

border-color css

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

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

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