Html Css Color HEX #505769 East Bay

📋 copy color: '#505769'

red 80 ◦ green 87 ◦ blue 105

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

Shades of East Bay #505769

Tints of East Bay #505769

RGB

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

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

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

R = 29.41%
G = 31.99%
B = 38.6%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#505769 (or 0x505769) is known color: East Bay. HEX triplet: 50, 57 and 69. RGB value is (80,87,105). Sum of RGB (Red+Green+Blue) = 80+87+105=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #505769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505769 is #AFA896. Grayscale: #565656. Windows color (decimal): -11511959 or 6903632. OLE color: 6903632.

HSL color Cylindrical-coordinate representation of color #505769: hue angle of 223.2º 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 #505769 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 87 105 -
CMYK 0.24 0.17 0 0.59
HSL 223.2º 0.14% 0.36% -
HSV(B) 223.2º 0.24% 0.41% -
XYZ 9.27 9.54 14.72 -
YUV 86.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 80 87 105 0.24 0.17 0 0.59 223.2 0.14 0.36
Hex 50 57 69 18 11 0 3B DF E 24
Octal 120 127 151 30 21 0 73 337 16 44
Binary 1010000 1010111 1101001 11000 10001 0 111011 11011111 1110 100100

Color Harmonies of #505769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505769

Black with #505769

Text Example


Text Example

White with #505769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505769; }

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

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

background-color css

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

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

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

border-color css

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

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

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