Html Css Color HEX #515755 Cape Cod

📋 copy color: '#515755'

red 81 ◦ green 87 ◦ blue 85

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

Shades of Cape Cod #515755

Tints of Cape Cod #515755

RGB

 RED value IS 81 (32.03% from 255) = 32.02%

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

 BLUE value IS 85 (33.59% from 255) = 33.6%

R = 32.02%
G = 34.39%
B = 33.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#515755 (or 0x515755) is known color: Cape Cod. HEX triplet: 51, 57 and 55. RGB value is (81,87,85). Sum of RGB (Red+Green+Blue) = 81+87+85=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 87 - color contains mainly: green. Hex color #515755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515755 is #AEA8AA. Grayscale: #545454. Windows color (decimal): -11446443 or 5592913. OLE color: 5592913.

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

Color convert

RGB 81 87 85 -
CMYK 0.07 0 0.02 0.66
HSL 160º 0.04% 0.33% -
HSV(B) 160º 0.07% 0.34% -
XYZ 8.44 9.22 9.93 -
YUV 84.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 81 87 85 0.07 0 0.02 0.66 160 0.04 0.33
Hex 51 57 55 7 0 2 42 A0 4 21
Octal 121 127 125 7 0 2 102 240 4 41
Binary 1010001 1010111 1010101 111 0 10 1000010 10100000 100 100001

Color Harmonies of #515755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515755

Black with #515755

Text Example


Text Example

White with #515755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515755; }

 p { color: rgb(81,87,85); }

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

background-color css

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

 a { background-color: rgb(81,87,85); }

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

border-color css

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

 span { border-color: rgb(81,87,85); }

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