Html Css Color HEX #525856 Cape Cod

📋 copy color: '#525856'

red 82 ◦ green 88 ◦ blue 86

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

Shades of Cape Cod #525856

Tints of Cape Cod #525856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

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

R = 32.03%
G = 34.38%
B = 33.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#525856 (or 0x525856) is known color: Cape Cod. HEX triplet: 52, 58 and 56. RGB value is (82,88,86). Sum of RGB (Red+Green+Blue) = 82+88+86=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 88 - color contains mainly: green. Hex color #525856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525856 is #ADA7A9. Grayscale: #555555. Windows color (decimal): -11380650 or 5658706. OLE color: 5658706.

HSL color Cylindrical-coordinate representation of color #525856: hue angle of 160º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #525856 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 86 -
CMYK 0.07 0 0.02 0.65
HSL 160º 0.04% 0.33% -
HSV(B) 160º 0.07% 0.35% -
XYZ 8.65 9.45 10.17 -
YUV 85.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 82 88 86 0.07 0 0.02 0.65 160 0.04 0.33
Hex 52 58 56 7 0 2 41 A0 4 21
Octal 122 130 126 7 0 2 101 240 4 41
Binary 1010010 1011000 1010110 111 0 10 1000001 10100000 100 100001

Color Harmonies of #525856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525856

Black with #525856

Text Example


Text Example

White with #525856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525856; }

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

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

background-color css

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

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

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

border-color css

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

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

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