Html Css Color HEX #505669 East Bay

📋 copy color: '#505669'

red 80 ◦ green 86 ◦ blue 105

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

Shades of East Bay #505669

Tints of East Bay #505669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.73%

 BLUE value IS 105 (41.41% from 255) = 38.75%

R = 29.52%
G = 31.73%
B = 38.75%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#505669 (or 0x505669) is known color: East Bay. HEX triplet: 50, 56 and 69. RGB value is (80,86,105). Sum of RGB (Red+Green+Blue) = 80+86+105=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #505669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505669 is #AFA996. Grayscale: #565656. Windows color (decimal): -11512215 or 6903376. OLE color: 6903376.

HSL color Cylindrical-coordinate representation of color #505669: hue angle of 225.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #505669 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 86 105 -
CMYK 0.24 0.18 0 0.59
HSL 225.6º 0.14% 0.36% -
HSV(B) 225.6º 0.24% 0.41% -
XYZ 9.19 9.38 14.69 -
YUV 86.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 80 86 105 0.24 0.18 0 0.59 225.6 0.14 0.36
Hex 50 56 69 18 12 0 3B E2 E 24
Octal 120 126 151 30 22 0 73 342 16 44
Binary 1010000 1010110 1101001 11000 10010 0 111011 11100010 1110 100100

Color Harmonies of #505669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505669

Black with #505669

Text Example


Text Example

White with #505669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505669; }

 p { color: rgb(80,86,105); }

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

background-color css

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

 a { background-color: rgb(80,86,105); }

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

border-color css

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

 span { border-color: rgb(80,86,105); }

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