Html Css Color HEX #50566E East Bay

📋 copy color: '#50566E'

red 80 ◦ green 86 ◦ blue 110

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

Shades of East Bay #50566E

Tints of East Bay #50566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 28.99%
G = 31.16%
B = 39.86%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50566E (or 0x50566E) is known color: East Bay. HEX triplet: 50, 56 and 6E. RGB value is (80,86,110). Sum of RGB (Red+Green+Blue) = 80+86+110=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #50566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50566E is #AFA991. Grayscale: #565656. Windows color (decimal): -11512210 or 7231056. OLE color: 7231056.

HSL color Cylindrical-coordinate representation of color #50566E: hue angle of 228º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50566E is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 86 110 -
CMYK 0.27 0.22 0 0.57
HSL 228º 0.16% 0.37% -
HSV(B) 228º 0.27% 0.43% -
XYZ 9.45 9.49 16.08 -
YUV 86.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 80 86 110 0.27 0.22 0 0.57 228 0.16 0.37
Hex 50 56 6E 1B 16 0 39 E4 10 25
Octal 120 126 156 33 26 0 71 344 20 45
Binary 1010000 1010110 1101110 11011 10110 0 111001 11100100 10000 100101

Color Harmonies of #50566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50566E

Black with #50566E

Text Example


Text Example

White with #50566E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50566E; }

 p { color: rgb(80,86,110); }

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

background-color css

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

 a { background-color: rgb(80,86,110); }

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

border-color css

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

 span { border-color: rgb(80,86,110); }

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