Html Css Color HEX #505352 Cape Cod

📋 copy color: '#505352'

red 80 ◦ green 83 ◦ blue 82

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

Shades of Cape Cod #505352

Tints of Cape Cod #505352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 82 (32.42% from 255) = 33.47%

R = 32.65%
G = 33.88%
B = 33.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#505352 (or 0x505352) is known color: Cape Cod. HEX triplet: 50, 53 and 52. RGB value is (80,83,82). Sum of RGB (Red+Green+Blue) = 80+83+82=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 83 - color contains mainly: green. Hex color #505352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505352 is #AFACAD. Grayscale: #515151. Windows color (decimal): -11513006 or 5395280. OLE color: 5395280.

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

Color convert

RGB 80 83 82 -
CMYK 0.04 0 0.01 0.67
HSL 160º 0.02% 0.32% -
HSV(B) 160º 0.04% 0.33% -
XYZ 7.92 8.5 9.21 -
YUV 81.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 80 83 82 0.04 0 0.01 0.67 160 0.02 0.32
Hex 50 53 52 4 0 1 43 A0 2 20
Octal 120 123 122 4 0 1 103 240 2 40
Binary 1010000 1010011 1010010 100 0 1 1000011 10100000 10 100000

Color Harmonies of #505352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505352

Black with #505352

Text Example


Text Example

White with #505352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505352; }

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

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

background-color css

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

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

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

border-color css

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

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

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