Html Css Color HEX #505A57 Cape Cod

📋 copy color: '#505A57'

red 80 ◦ green 90 ◦ blue 87

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

Shades of Cape Cod #505A57

Tints of Cape Cod #505A57

RGB

 RED value IS 80 (31.64% from 255) = 31.13%

 GREEN value IS 90 (35.55% from 255) = 35.02%

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

R = 31.13%
G = 35.02%
B = 33.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#505A57 (or 0x505A57) is known color: Cape Cod. HEX triplet: 50, 5A and 57. RGB value is (80,90,87). Sum of RGB (Red+Green+Blue) = 80+90+87=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 90 - color contains mainly: green. Hex color #505A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A57 is #AFA5A8. Grayscale: #565656. Windows color (decimal): -11511209 or 5724752. OLE color: 5724752.

HSL color Cylindrical-coordinate representation of color #505A57: hue angle of 162º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #505A57 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 90 87 -
CMYK 0.11 0 0.03 0.65
HSL 162º 0.06% 0.33% -
HSV(B) 162º 0.11% 0.35% -
XYZ 8.68 9.71 10.43 -
YUV 86.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 80 90 87 0.11 0 0.03 0.65 162 0.06 0.33
Hex 50 5A 57 B 0 3 41 A2 6 21
Octal 120 132 127 13 0 3 101 242 6 41
Binary 1010000 1011010 1010111 1011 0 11 1000001 10100010 110 100001

Color Harmonies of #505A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A57

Black with #505A57

Text Example


Text Example

White with #505A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505A57; }

 p { color: rgb(80,90,87); }

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

background-color css

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

 a { background-color: rgb(80,90,87); }

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

border-color css

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

 span { border-color: rgb(80,90,87); }

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