Html Css Color HEX #537572 William

📋 copy color: '#537572'

red 83 ◦ green 117 ◦ blue 114

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

Shades of William #537572

Tints of William #537572

RGB

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

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

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

R = 26.43%
G = 37.26%
B = 36.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#537572 (or 0x537572) is known color: William. HEX triplet: 53, 75 and 72. RGB value is (83,117,114). Sum of RGB (Red+Green+Blue) = 83+117+114=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #537572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537572 is #AC8A8D. Grayscale: #6A6A6A. Windows color (decimal): -11307662 or 7501139. OLE color: 7501139.

HSL color Cylindrical-coordinate representation of color #537572: hue angle of 174.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537572 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 114 -
CMYK 0.29 0 0.03 0.54
HSL 174.71º 0.17% 0.39% -
HSV(B) 174.71º 0.29% 0.46% -
XYZ 12.97 15.78 18.28 -
YUV 106.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 83 117 114 0.29 0 0.03 0.54 174.71 0.17 0.39
Hex 53 75 72 1D 0 3 36 AF 11 27
Octal 123 165 162 35 0 3 66 257 21 47
Binary 1010011 1110101 1110010 11101 0 11 110110 10101111 10001 100111

Color Harmonies of #537572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537572

Black with #537572

Text Example


Text Example

White with #537572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537572; }

 p { color: rgb(83,117,114); }

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

background-color css

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

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

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

border-color css

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

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

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