Html Css Color HEX #526865 William

📋 copy color: '#526865'

red 82 ◦ green 104 ◦ blue 101

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

Shades of William #526865

Tints of William #526865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.24%

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 28.57%
G = 36.24%
B = 35.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#526865 (or 0x526865) is known color: William. HEX triplet: 52, 68 and 65. RGB value is (82,104,101). Sum of RGB (Red+Green+Blue) = 82+104+101=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #526865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526865 is #AD979A. Grayscale: #616161. Windows color (decimal): -11376539 or 6645842. OLE color: 6645842.

HSL color Cylindrical-coordinate representation of color #526865: hue angle of 171.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #526865 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 101 -
CMYK 0.21 0 0.03 0.59
HSL 171.82º 0.12% 0.36% -
HSV(B) 171.82º 0.21% 0.41% -
XYZ 10.78 12.63 14.18 -
YUV 97.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 82 104 101 0.21 0 0.03 0.59 171.82 0.12 0.36
Hex 52 68 65 15 0 3 3B AC C 24
Octal 122 150 145 25 0 3 73 254 14 44
Binary 1010010 1101000 1100101 10101 0 11 111011 10101100 1100 100100

Color Harmonies of #526865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526865

Black with #526865

Text Example


Text Example

White with #526865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526865; }

 p { color: rgb(82,104,101); }

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

background-color css

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

 a { background-color: rgb(82,104,101); }

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

border-color css

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

 span { border-color: rgb(82,104,101); }

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