Html Css Color HEX #50576F East Bay

📋 copy color: '#50576F'

red 80 ◦ green 87 ◦ blue 111

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

Shades of East Bay #50576F

Tints of East Bay #50576F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 28.78%
G = 31.29%
B = 39.93%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50576F (or 0x50576F) is known color: East Bay. HEX triplet: 50, 57 and 6F. RGB value is (80,87,111). Sum of RGB (Red+Green+Blue) = 80+87+111=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #50576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50576F is #AFA890. Grayscale: #575757. Windows color (decimal): -11511953 or 7296848. OLE color: 7296848.

HSL color Cylindrical-coordinate representation of color #50576F: hue angle of 226.45º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50576F is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 87 111 -
CMYK 0.28 0.22 0 0.56
HSL 226.45º 0.16% 0.37% -
HSV(B) 226.45º 0.28% 0.44% -
XYZ 9.59 9.67 16.4 -
YUV 87.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 80 87 111 0.28 0.22 0 0.56 226.45 0.16 0.37
Hex 50 57 6F 1C 16 0 38 E2 10 25
Octal 120 127 157 34 26 0 70 342 20 45
Binary 1010000 1010111 1101111 11100 10110 0 111000 11100010 10000 100101

Color Harmonies of #50576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50576F

Black with #50576F

Text Example


Text Example

White with #50576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50576F; }

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

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

background-color css

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

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

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

border-color css

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

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

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