Html Css Color HEX #526762 William

📋 copy color: '#526762'

red 82 ◦ green 103 ◦ blue 98

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

Shades of William #526762

Tints of William #526762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.4%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 28.98%
G = 36.4%
B = 34.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#526762 (or 0x526762) is known color: William. HEX triplet: 52, 67 and 62. RGB value is (82,103,98). Sum of RGB (Red+Green+Blue) = 82+103+98=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 103 - color contains mainly: green. Hex color #526762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526762 is #AD989D. Grayscale: #606060. Windows color (decimal): -11376798 or 6448978. OLE color: 6448978.

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

Color convert

RGB 82 103 98 -
CMYK 0.20 0 0.05 0.60
HSL 165.71º 0.11% 0.36% -
HSV(B) 165.71º 0.2% 0.4% -
XYZ 10.53 12.38 13.39 -
YUV 96.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 82 103 98 0.20 0 0.05 0.60 165.71 0.11 0.36
Hex 52 67 62 14 0 5 3C A6 B 24
Octal 122 147 142 24 0 5 74 246 13 44
Binary 1010010 1100111 1100010 10100 0 101 111100 10100110 1011 100100

Color Harmonies of #526762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526762

Black with #526762

Text Example


Text Example

White with #526762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526762; }

 p { color: rgb(82,103,98); }

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

background-color css

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

 a { background-color: rgb(82,103,98); }

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

border-color css

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

 span { border-color: rgb(82,103,98); }

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