Html Css Color HEX #527670 William

📋 copy color: '#527670'

red 82 ◦ green 118 ◦ blue 112

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

Shades of William #527670

Tints of William #527670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

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

R = 26.28%
G = 37.82%
B = 35.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#527670 (or 0x527670) is known color: William. HEX triplet: 52, 76 and 70. RGB value is (82,118,112). Sum of RGB (Red+Green+Blue) = 82+118+112=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #527670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527670 is #AD898F. Grayscale: #6A6A6A. Windows color (decimal): -11372944 or 7370322. OLE color: 7370322.

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

Color convert

RGB 82 118 112 -
CMYK 0.31 0 0.05 0.54
HSL 170º 0.18% 0.39% -
HSV(B) 170º 0.31% 0.46% -
XYZ 12.88 15.92 17.72 -
YUV 106.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 82 118 112 0.31 0 0.05 0.54 170 0.18 0.39
Hex 52 76 70 1F 0 5 36 AA 12 27
Octal 122 166 160 37 0 5 66 252 22 47
Binary 1010010 1110110 1110000 11111 0 101 110110 10101010 10010 100111

Color Harmonies of #527670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527670

Black with #527670

Text Example


Text Example

White with #527670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527670; }

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

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

background-color css

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

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

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

border-color css

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

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

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