Html Css Color HEX #505565 East Bay

📋 copy color: '#505565'

red 80 ◦ green 85 ◦ blue 101

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

Shades of East Bay #505565

Tints of East Bay #505565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.97%

R = 30.08%
G = 31.95%
B = 37.97%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#505565 (or 0x505565) is known color: East Bay. HEX triplet: 50, 55 and 65. RGB value is (80,85,101). Sum of RGB (Red+Green+Blue) = 80+85+101=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 101 - color contains mainly: blue. Hex color #505565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505565 is #AFAA9A. Grayscale: #555555. Windows color (decimal): -11512475 or 6640976. OLE color: 6640976.

HSL color Cylindrical-coordinate representation of color #505565: hue angle of 225.71º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #505565 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 85 101 -
CMYK 0.21 0.16 0 0.60
HSL 225.71º 0.12% 0.35% -
HSV(B) 225.71º 0.21% 0.4% -
XYZ 8.91 9.14 13.61 -
YUV 85.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 80 85 101 0.21 0.16 0 0.60 225.71 0.12 0.35
Hex 50 55 65 15 10 0 3C E2 C 23
Octal 120 125 145 25 20 0 74 342 14 43
Binary 1010000 1010101 1100101 10101 10000 0 111100 11100010 1100 100011

Color Harmonies of #505565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505565

Black with #505565

Text Example


Text Example

White with #505565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505565; }

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

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

background-color css

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

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

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

border-color css

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

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

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