Html Css Color HEX #527573 William

📋 copy color: '#527573'

red 82 ◦ green 117 ◦ blue 115

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

Shades of William #527573

Tints of William #527573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.62%

R = 26.11%
G = 37.26%
B = 36.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#527573 (or 0x527573) is known color: William. HEX triplet: 52, 75 and 73. RGB value is (82,117,115). Sum of RGB (Red+Green+Blue) = 82+117+115=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #527573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527573 is #AD8A8C. Grayscale: #6A6A6A. Windows color (decimal): -11373197 or 7566674. OLE color: 7566674.

HSL color Cylindrical-coordinate representation of color #527573: hue angle of 176.57º 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 #527573 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 115 -
CMYK 0.30 0 0.02 0.54
HSL 176.57º 0.18% 0.39% -
HSV(B) 176.57º 0.3% 0.46% -
XYZ 12.94 15.75 18.58 -
YUV 106.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 82 117 115 0.30 0 0.02 0.54 176.57 0.18 0.39
Hex 52 75 73 1E 0 2 36 B1 12 27
Octal 122 165 163 36 0 2 66 261 22 47
Binary 1010010 1110101 1110011 11110 0 10 110110 10110001 10010 100111

Color Harmonies of #527573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527573

Black with #527573

Text Example


Text Example

White with #527573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527573; }

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

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

background-color css

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

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

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

border-color css

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

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

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