Html Css Color HEX #527072 William

📋 copy color: '#527072'

red 82 ◦ green 112 ◦ blue 114

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

Shades of William #527072

Tints of William #527072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

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

R = 26.62%
G = 36.36%
B = 37.01%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#527072 (or 0x527072) is known color: William. HEX triplet: 52, 70 and 72. RGB value is (82,112,114). Sum of RGB (Red+Green+Blue) = 82+112+114=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: blue. Hex color #527072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527072 is #AD8F8D. Grayscale: #676767. Windows color (decimal): -11374478 or 7499858. OLE color: 7499858.

HSL color Cylindrical-coordinate representation of color #527072: hue angle of 183.75º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #527072 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 112 114 -
CMYK 0.28 0.02 0 0.55
HSL 183.75º 0.16% 0.38% -
HSV(B) 183.75º 0.28% 0.45% -
XYZ 12.31 14.6 18.09 -
YUV 103.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 82 112 114 0.28 0.02 0 0.55 183.75 0.16 0.38
Hex 52 70 72 1C 2 0 37 B8 10 26
Octal 122 160 162 34 2 0 67 270 20 46
Binary 1010010 1110000 1110010 11100 10 0 110111 10111000 10000 100110

Color Harmonies of #527072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527072

Black with #527072

Text Example


Text Example

White with #527072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527072; }

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

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

background-color css

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

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

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

border-color css

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

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

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