Html Css Color HEX #505754 Cape Cod

📋 copy color: '#505754'

red 80 ◦ green 87 ◦ blue 84

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

Shades of Cape Cod #505754

Tints of Cape Cod #505754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.66%

 BLUE value IS 84 (33.2% from 255) = 33.47%

R = 31.87%
G = 34.66%
B = 33.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#505754 (or 0x505754) is known color: Cape Cod. HEX triplet: 50, 57 and 54. RGB value is (80,87,84). Sum of RGB (Red+Green+Blue) = 80+87+84=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 87 - color contains mainly: green. Hex color #505754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505754 is #AFA8AB. Grayscale: #545454. Windows color (decimal): -11511980 or 5527376. OLE color: 5527376.

HSL color Cylindrical-coordinate representation of color #505754: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #505754 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 84 -
CMYK 0.08 0 0.03 0.66
HSL 154.29º 0.04% 0.33% -
HSV(B) 154.29º 0.08% 0.34% -
XYZ 8.32 9.16 9.72 -
YUV 84.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 80 87 84 0.08 0 0.03 0.66 154.29 0.04 0.33
Hex 50 57 54 8 0 3 42 9A 4 21
Octal 120 127 124 10 0 3 102 232 4 41
Binary 1010000 1010111 1010100 1000 0 11 1000010 10011010 100 100001

Color Harmonies of #505754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505754

Black with #505754

Text Example


Text Example

White with #505754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505754; }

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

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

background-color css

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

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

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

border-color css

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

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

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