Html Css Color HEX #526F68 William

📋 copy color: '#526F68'

red 82 ◦ green 111 ◦ blue 104

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

Shades of William #526F68

Tints of William #526F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

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

R = 27.61%
G = 37.37%
B = 35.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#526F68 (or 0x526F68) is known color: William. HEX triplet: 52, 6F and 68. RGB value is (82,111,104). Sum of RGB (Red+Green+Blue) = 82+111+104=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #526F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F68 is #AD9097. Grayscale: #656565. Windows color (decimal): -11374744 or 6844242. OLE color: 6844242.

HSL color Cylindrical-coordinate representation of color #526F68: hue angle of 165.52º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F68 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 104 -
CMYK 0.26 0 0.06 0.56
HSL 165.52º 0.15% 0.38% -
HSV(B) 165.52º 0.26% 0.44% -
XYZ 11.66 14.16 15.22 -
YUV 101.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 82 111 104 0.26 0 0.06 0.56 165.52 0.15 0.38
Hex 52 6F 68 1A 0 6 38 A6 F 26
Octal 122 157 150 32 0 6 70 246 17 46
Binary 1010010 1101111 1101000 11010 0 110 111000 10100110 1111 100110

Color Harmonies of #526F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F68

Black with #526F68

Text Example


Text Example

White with #526F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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