Html Css Color HEX #50586F East Bay

📋 copy color: '#50586F'

red 80 ◦ green 88 ◦ blue 111

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

Shades of East Bay #50586F

Tints of East Bay #50586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.54%

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

R = 28.67%
G = 31.54%
B = 39.78%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50586F (or 0x50586F) is known color: East Bay. HEX triplet: 50, 58 and 6F. RGB value is (80,88,111). Sum of RGB (Red+Green+Blue) = 80+88+111=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #50586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50586F is #AFA790. Grayscale: #585858. Windows color (decimal): -11511697 or 7297104. OLE color: 7297104.

HSL color Cylindrical-coordinate representation of color #50586F: hue angle of 224.52º 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 #50586F is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 88 111 -
CMYK 0.28 0.21 0 0.56
HSL 224.52º 0.16% 0.37% -
HSV(B) 224.52º 0.28% 0.44% -
XYZ 9.67 9.83 16.43 -
YUV 88.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 80 88 111 0.28 0.21 0 0.56 224.52 0.16 0.37
Hex 50 58 6F 1C 15 0 38 E1 10 25
Octal 120 130 157 34 25 0 70 341 20 45
Binary 1010000 1011000 1101111 11100 10101 0 111000 11100001 10000 100101

Color Harmonies of #50586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50586F

Black with #50586F

Text Example


Text Example

White with #50586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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