Html Css Color HEX #525756 Dark Slate

📋 copy color: '#525756'

red 82 ◦ green 87 ◦ blue 86

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

Shades of Dark Slate #525756

Tints of Dark Slate #525756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 32.16%
G = 34.12%
B = 33.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#525756 (or 0x525756) is known color: Dark Slate. HEX triplet: 52, 57 and 56. RGB value is (82,87,86). Sum of RGB (Red+Green+Blue) = 82+87+86=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 87 - color contains mainly: green. Hex color #525756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525756 is #ADA8A9. Grayscale: #555555. Windows color (decimal): -11380906 or 5658450. OLE color: 5658450.

HSL color Cylindrical-coordinate representation of color #525756: hue angle of 168º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #525756 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 86 -
CMYK 0.06 0 0.01 0.66
HSL 168º 0.03% 0.33% -
HSV(B) 168º 0.06% 0.34% -
XYZ 8.57 9.28 10.14 -
YUV 85.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 82 87 86 0.06 0 0.01 0.66 168 0.03 0.33
Hex 52 57 56 6 0 1 42 A8 3 21
Octal 122 127 126 6 0 1 102 250 3 41
Binary 1010010 1010111 1010110 110 0 1 1000010 10101000 11 100001

Color Harmonies of #525756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525756

Black with #525756

Text Example


Text Example

White with #525756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525756; }

 p { color: rgb(82,87,86); }

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

background-color css

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

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

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

border-color css

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

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

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