Html Css Color HEX #505268 East Bay

📋 copy color: '#505268'

red 80 ◦ green 82 ◦ blue 104

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

Shades of East Bay #505268

Tints of East Bay #505268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

 BLUE value IS 104 (41.02% from 255) = 39.1%

R = 30.08%
G = 30.83%
B = 39.1%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#505268 (or 0x505268) is known color: East Bay. HEX triplet: 50, 52 and 68. RGB value is (80,82,104). Sum of RGB (Red+Green+Blue) = 80+82+104=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #505268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505268 is #AFAD97. Grayscale: #535353. Windows color (decimal): -11513240 or 6836816. OLE color: 6836816.

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

Color convert

RGB 80 82 104 -
CMYK 0.23 0.21 0 0.59
HSL 235º 0.13% 0.36% -
HSV(B) 235º 0.23% 0.41% -
XYZ 8.82 8.74 14.32 -
YUV 83.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 80 82 104 0.23 0.21 0 0.59 235 0.13 0.36
Hex 50 52 68 17 15 0 3B EB D 24
Octal 120 122 150 27 25 0 73 353 15 44
Binary 1010000 1010010 1101000 10111 10101 0 111011 11101011 1101 100100

Color Harmonies of #505268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505268

Black with #505268

Text Example


Text Example

White with #505268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505268; }

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

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

background-color css

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

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

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

border-color css

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

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

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