Html Css Color HEX #505768 East Bay

📋 copy color: '#505768'

red 80 ◦ green 87 ◦ blue 104

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

Shades of East Bay #505768

Tints of East Bay #505768

RGB

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

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

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

R = 29.52%
G = 32.1%
B = 38.38%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#505768 (or 0x505768) is known color: East Bay. HEX triplet: 50, 57 and 68. RGB value is (80,87,104). Sum of RGB (Red+Green+Blue) = 80+87+104=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #505768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505768 is #AFA897. Grayscale: #565656. Windows color (decimal): -11511960 or 6838096. OLE color: 6838096.

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

Color convert

RGB 80 87 104 -
CMYK 0.23 0.16 0 0.59
HSL 222.5º 0.13% 0.36% -
HSV(B) 222.5º 0.23% 0.41% -
XYZ 9.22 9.52 14.45 -
YUV 86.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 80 87 104 0.23 0.16 0 0.59 222.5 0.13 0.36
Hex 50 57 68 17 10 0 3B DE D 24
Octal 120 127 150 27 20 0 73 336 15 44
Binary 1010000 1010111 1101000 10111 10000 0 111011 11011110 1101 100100

Color Harmonies of #505768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505768

Black with #505768

Text Example


Text Example

White with #505768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505768; }

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

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

background-color css

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

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

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

border-color css

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

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

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