Html Css Color HEX #505453 Cape Cod

📋 copy color: '#505453'

red 80 ◦ green 84 ◦ blue 83

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

Shades of Cape Cod #505453

Tints of Cape Cod #505453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.01%

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

R = 32.39%
G = 34.01%
B = 33.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#505453 (or 0x505453) is known color: Cape Cod. HEX triplet: 50, 54 and 53. RGB value is (80,84,83). Sum of RGB (Red+Green+Blue) = 80+84+83=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 84 - color contains mainly: green. Hex color #505453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505453 is #AFABAC. Grayscale: #525252. Windows color (decimal): -11512749 or 5461072. OLE color: 5461072.

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

Color convert

RGB 80 84 83 -
CMYK 0.05 0 0.01 0.67
HSL 165º 0.02% 0.32% -
HSV(B) 165º 0.05% 0.33% -
XYZ 8.04 8.67 9.43 -
YUV 82.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 80 84 83 0.05 0 0.01 0.67 165 0.02 0.32
Hex 50 54 53 5 0 1 43 A5 2 20
Octal 120 124 123 5 0 1 103 245 2 40
Binary 1010000 1010100 1010011 101 0 1 1000011 10100101 10 100000

Color Harmonies of #505453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505453

Black with #505453

Text Example


Text Example

White with #505453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505453; }

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

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

background-color css

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

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

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

border-color css

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

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

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