Html Css Color HEX #515957 Cape Cod

📋 copy color: '#515957'

red 81 ◦ green 89 ◦ blue 87

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

Shades of Cape Cod #515957

Tints of Cape Cod #515957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 87 (34.38% from 255) = 33.85%

R = 31.52%
G = 34.63%
B = 33.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#515957 (or 0x515957) is known color: Cape Cod. HEX triplet: 51, 59 and 57. RGB value is (81,89,87). Sum of RGB (Red+Green+Blue) = 81+89+87=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 89 - color contains mainly: green. Hex color #515957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515957 is #AEA6A8. Grayscale: #565656. Windows color (decimal): -11445929 or 5724497. OLE color: 5724497.

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

Color convert

RGB 81 89 87 -
CMYK 0.09 0 0.02 0.65
HSL 165º 0.05% 0.33% -
HSV(B) 165º 0.09% 0.35% -
XYZ 8.69 9.58 10.41 -
YUV 86.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 81 89 87 0.09 0 0.02 0.65 165 0.05 0.33
Hex 51 59 57 9 0 2 41 A5 5 21
Octal 121 131 127 11 0 2 101 245 5 41
Binary 1010001 1011001 1010111 1001 0 10 1000001 10100101 101 100001

Color Harmonies of #515957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515957

Black with #515957

Text Example


Text Example

White with #515957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515957; }

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

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

background-color css

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

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

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

border-color css

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

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

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