Html Css Color HEX #526A68 William

📋 copy color: '#526A68'

red 82 ◦ green 106 ◦ blue 104

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

Shades of William #526A68

Tints of William #526A68

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 28.08%
G = 36.3%
B = 35.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#526A68 (or 0x526A68) is known color: William. HEX triplet: 52, 6A and 68. RGB value is (82,106,104). Sum of RGB (Red+Green+Blue) = 82+106+104=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 106 - color contains mainly: green. Hex color #526A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A68 is #AD9597. Grayscale: #626262. Windows color (decimal): -11376024 or 6842962. OLE color: 6842962.

HSL color Cylindrical-coordinate representation of color #526A68: hue angle of 175º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A68 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 106 104 -
CMYK 0.23 0 0.02 0.58
HSL 175º 0.13% 0.37% -
HSV(B) 175º 0.23% 0.42% -
XYZ 11.13 13.1 15.04 -
YUV 98.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 82 106 104 0.23 0 0.02 0.58 175 0.13 0.37
Hex 52 6A 68 17 0 2 3A AF D 25
Octal 122 152 150 27 0 2 72 257 15 45
Binary 1010010 1101010 1101000 10111 0 10 111010 10101111 1101 100101

Color Harmonies of #526A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A68

Black with #526A68

Text Example


Text Example

White with #526A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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