Html Css Color HEX #505369 East Bay

📋 copy color: '#505369'

red 80 ◦ green 83 ◦ blue 105

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

Shades of East Bay #505369

Tints of East Bay #505369

RGB

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

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

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

R = 29.85%
G = 30.97%
B = 39.18%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#505369 (or 0x505369) is known color: East Bay. HEX triplet: 50, 53 and 69. RGB value is (80,83,105). Sum of RGB (Red+Green+Blue) = 80+83+105=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #505369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505369 is #AFAC96. Grayscale: #545454. Windows color (decimal): -11512983 or 6902608. OLE color: 6902608.

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

Color convert

RGB 80 83 105 -
CMYK 0.24 0.21 0 0.59
HSL 232.8º 0.14% 0.36% -
HSV(B) 232.8º 0.24% 0.41% -
XYZ 8.95 8.91 14.61 -
YUV 84.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 80 83 105 0.24 0.21 0 0.59 232.8 0.14 0.36
Hex 50 53 69 18 15 0 3B E9 E 24
Octal 120 123 151 30 25 0 73 351 16 44
Binary 1010000 1010011 1101001 11000 10101 0 111011 11101001 1110 100100

Color Harmonies of #505369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505369

Black with #505369

Text Example


Text Example

White with #505369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505369; }

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

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

background-color css

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

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

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

border-color css

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

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

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