Html Css Color HEX #505855 Cape Cod

📋 copy color: '#505855'

red 80 ◦ green 88 ◦ blue 85

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

Shades of Cape Cod #505855

Tints of Cape Cod #505855

RGB

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

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

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

R = 31.62%
G = 34.78%
B = 33.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#505855 (or 0x505855) is known color: Cape Cod. HEX triplet: 50, 58 and 55. RGB value is (80,88,85). Sum of RGB (Red+Green+Blue) = 80+88+85=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 88 - color contains mainly: green. Hex color #505855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505855 is #AFA7AA. Grayscale: #555555. Windows color (decimal): -11511723 or 5593168. OLE color: 5593168.

HSL color Cylindrical-coordinate representation of color #505855: hue angle of 157.5º 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 #505855 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 85 -
CMYK 0.09 0 0.03 0.65
HSL 157.5º 0.05% 0.33% -
HSV(B) 157.5º 0.09% 0.35% -
XYZ 8.44 9.34 9.95 -
YUV 85.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 80 88 85 0.09 0 0.03 0.65 157.5 0.05 0.33
Hex 50 58 55 9 0 3 41 9E 5 21
Octal 120 130 125 11 0 3 101 236 5 41
Binary 1010000 1011000 1010101 1001 0 11 1000001 10011110 101 100001

Color Harmonies of #505855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505855

Black with #505855

Text Example


Text Example

White with #505855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505855; }

 p { color: rgb(80,88,85); }

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

background-color css

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

 a { background-color: rgb(80,88,85); }

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

border-color css

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

 span { border-color: rgb(80,88,85); }

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