Html Css Color HEX #527770 William

📋 copy color: '#527770'

red 82 ◦ green 119 ◦ blue 112

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

Shades of William #527770

Tints of William #527770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

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

R = 26.2%
G = 38.02%
B = 35.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#527770 (or 0x527770) is known color: William. HEX triplet: 52, 77 and 70. RGB value is (82,119,112). Sum of RGB (Red+Green+Blue) = 82+119+112=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #527770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527770 is #AD888F. Grayscale: #6B6B6B. Windows color (decimal): -11372688 or 7370578. OLE color: 7370578.

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

Color convert

RGB 82 119 112 -
CMYK 0.31 0 0.06 0.53
HSL 168.65º 0.18% 0.39% -
HSV(B) 168.65º 0.31% 0.47% -
XYZ 13 16.16 17.76 -
YUV 107.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 82 119 112 0.31 0 0.06 0.53 168.65 0.18 0.39
Hex 52 77 70 1F 0 6 35 A9 12 27
Octal 122 167 160 37 0 6 65 251 22 47
Binary 1010010 1110111 1110000 11111 0 110 110101 10101001 10010 100111

Color Harmonies of #527770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527770

Black with #527770

Text Example


Text Example

White with #527770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527770; }

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

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

background-color css

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

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

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

border-color css

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

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

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