Html Css Color HEX #527570 William

📋 copy color: '#527570'

red 82 ◦ green 117 ◦ blue 112

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

Shades of William #527570

Tints of William #527570

RGB

 RED value IS 82 (32.42% from 255) = 26.37%

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

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

R = 26.37%
G = 37.62%
B = 36.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#527570 (or 0x527570) is known color: William. HEX triplet: 52, 75 and 70. RGB value is (82,117,112). Sum of RGB (Red+Green+Blue) = 82+117+112=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #527570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527570 is #AD8A8F. Grayscale: #696969. Windows color (decimal): -11373200 or 7370066. OLE color: 7370066.

HSL color Cylindrical-coordinate representation of color #527570: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527570 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 112 -
CMYK 0.30 0 0.04 0.54
HSL 171.43º 0.18% 0.39% -
HSV(B) 171.43º 0.3% 0.46% -
XYZ 12.77 15.69 17.68 -
YUV 105.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 82 117 112 0.30 0 0.04 0.54 171.43 0.18 0.39
Hex 52 75 70 1E 0 4 36 AB 12 27
Octal 122 165 160 36 0 4 66 253 22 47
Binary 1010010 1110101 1110000 11110 0 100 110110 10101011 10010 100111

Color Harmonies of #527570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527570

Black with #527570

Text Example


Text Example

White with #527570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527570; }

 p { color: rgb(82,117,112); }

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

background-color css

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

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

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

border-color css

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

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

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