Html Css Color HEX #526B6B William

📋 copy color: '#526B6B'

red 82 ◦ green 107 ◦ blue 107

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

Shades of William #526B6B

Tints of William #526B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.15%

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 27.7%
G = 36.15%
B = 36.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#526B6B (or 0x526B6B) is known color: William. HEX triplet: 52, 6B and 6B. RGB value is (82,107,107). Sum of RGB (Red+Green+Blue) = 82+107+107=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #526B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B6B is #AD9494. Grayscale: #636363. Windows color (decimal): -11375765 or 7039826. OLE color: 7039826.

HSL color Cylindrical-coordinate representation of color #526B6B: hue angle of 180º 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 #526B6B is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 107 107 -
CMYK 0.23 0 0 0.58
HSL 180º 0.13% 0.37% -
HSV(B) 180º 0.23% 0.42% -
XYZ 11.39 13.37 15.89 -
YUV 99.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 82 107 107 0.23 0 0 0.58 180 0.13 0.37
Hex 52 6B 6B 17 0 0 3A B4 D 25
Octal 122 153 153 27 0 0 72 264 15 45
Binary 1010010 1101011 1101011 10111 0 0 111010 10110100 1101 100101

Color Harmonies of #526B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B6B

Black with #526B6B

Text Example


Text Example

White with #526B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,107,107); }

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

background-color css

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

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

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

border-color css

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

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

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