Html Css Color HEX #526663 William

📋 copy color: '#526663'

red 82 ◦ green 102 ◦ blue 99

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

Shades of William #526663

Tints of William #526663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

 BLUE value IS 99 (39.06% from 255) = 34.98%

R = 28.98%
G = 36.04%
B = 34.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#526663 (or 0x526663) is known color: William. HEX triplet: 52, 66 and 63. RGB value is (82,102,99). Sum of RGB (Red+Green+Blue) = 82+102+99=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 102 - color contains mainly: green. Hex color #526663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526663 is #AD999C. Grayscale: #5F5F5F. Windows color (decimal): -11377053 or 6514258. OLE color: 6514258.

HSL color Cylindrical-coordinate representation of color #526663: hue angle of 171º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526663 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 99 -
CMYK 0.20 0 0.03 0.6
HSL 171º 0.11% 0.36% -
HSV(B) 171º 0.2% 0.4% -
XYZ 10.48 12.2 13.61 -
YUV 95.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 82 102 99 0.20 0 0.03 0.6 171 0.11 0.36
Hex 52 66 63 14 0 3 3C AB B 24
Octal 122 146 143 24 0 3 74 253 13 44
Binary 1010010 1100110 1100011 10100 0 11 111100 10101011 1011 100100

Color Harmonies of #526663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526663

Black with #526663

Text Example


Text Example

White with #526663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526663; }

 p { color: rgb(82,102,99); }

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

background-color css

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

 a { background-color: rgb(82,102,99); }

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

border-color css

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

 span { border-color: rgb(82,102,99); }

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