Html Css Color HEX #526863 William

📋 copy color: '#526863'

red 82 ◦ green 104 ◦ blue 99

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

Shades of William #526863

Tints of William #526863

RGB

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

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

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

R = 28.77%
G = 36.49%
B = 34.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#526863 (or 0x526863) is known color: William. HEX triplet: 52, 68 and 63. RGB value is (82,104,99). Sum of RGB (Red+Green+Blue) = 82+104+99=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #526863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526863 is #AD979C. Grayscale: #606060. Windows color (decimal): -11376541 or 6514770. OLE color: 6514770.

HSL color Cylindrical-coordinate representation of color #526863: hue angle of 166.36º 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 #526863 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 99 -
CMYK 0.21 0 0.05 0.59
HSL 166.36º 0.12% 0.36% -
HSV(B) 166.36º 0.21% 0.41% -
XYZ 10.68 12.6 13.67 -
YUV 96.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 82 104 99 0.21 0 0.05 0.59 166.36 0.12 0.36
Hex 52 68 63 15 0 5 3B A6 C 24
Octal 122 150 143 25 0 5 73 246 14 44
Binary 1010010 1101000 1100011 10101 0 101 111011 10100110 1100 100100

Color Harmonies of #526863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526863

Black with #526863

Text Example


Text Example

White with #526863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526863; }

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

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

background-color css

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

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

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

border-color css

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

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

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