Html Css Color HEX #50556F East Bay

📋 copy color: '#50556F'

red 80 ◦ green 85 ◦ blue 111

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

Shades of East Bay #50556F

Tints of East Bay #50556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 28.99%
G = 30.8%
B = 40.22%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50556F (or 0x50556F) is known color: East Bay. HEX triplet: 50, 55 and 6F. RGB value is (80,85,111). Sum of RGB (Red+Green+Blue) = 80+85+111=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #50556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50556F is #AFAA90. Grayscale: #565656. Windows color (decimal): -11512465 or 7296336. OLE color: 7296336.

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

Color convert

RGB 80 85 111 -
CMYK 0.28 0.23 0 0.56
HSL 230.32º 0.16% 0.37% -
HSV(B) 230.32º 0.28% 0.44% -
XYZ 9.43 9.35 16.35 -
YUV 86.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 80 85 111 0.28 0.23 0 0.56 230.32 0.16 0.37
Hex 50 55 6F 1C 17 0 38 E6 10 25
Octal 120 125 157 34 27 0 70 346 20 45
Binary 1010000 1010101 1101111 11100 10111 0 111000 11100110 10000 100101

Color Harmonies of #50556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50556F

Black with #50556F

Text Example


Text Example

White with #50556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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