Html Css Color HEX #505553 Cape Cod

📋 copy color: '#505553'

red 80 ◦ green 85 ◦ blue 83

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

Shades of Cape Cod #505553

Tints of Cape Cod #505553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 32.26%
G = 34.27%
B = 33.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#505553 (or 0x505553) is known color: Cape Cod. HEX triplet: 50, 55 and 53. RGB value is (80,85,83). Sum of RGB (Red+Green+Blue) = 80+85+83=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 85 - color contains mainly: green. Hex color #505553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505553 is #AFAAAC. Grayscale: #535353. Windows color (decimal): -11512493 or 5461328. OLE color: 5461328.

HSL color Cylindrical-coordinate representation of color #505553: hue angle of 156º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #505553 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 83 -
CMYK 0.06 0 0.02 0.67
HSL 156º 0.03% 0.32% -
HSV(B) 156º 0.06% 0.33% -
XYZ 8.12 8.83 9.46 -
YUV 83.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 80 85 83 0.06 0 0.02 0.67 156 0.03 0.32
Hex 50 55 53 6 0 2 43 9C 3 20
Octal 120 125 123 6 0 2 103 234 3 40
Binary 1010000 1010101 1010011 110 0 10 1000011 10011100 11 100000

Color Harmonies of #505553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505553

Black with #505553

Text Example


Text Example

White with #505553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505553; }

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

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

background-color css

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

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

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

border-color css

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

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

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