Html Css Color HEX #50556B East Bay

📋 copy color: '#50556B'

red 80 ◦ green 85 ◦ blue 107

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

Shades of East Bay #50556B

Tints of East Bay #50556B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.34%

R = 29.41%
G = 31.25%
B = 39.34%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50556B (or 0x50556B) is known color: East Bay. HEX triplet: 50, 55 and 6B. RGB value is (80,85,107). Sum of RGB (Red+Green+Blue) = 80+85+107=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #50556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50556B is #AFAA94. Grayscale: #555555. Windows color (decimal): -11512469 or 7034192. OLE color: 7034192.

HSL color Cylindrical-coordinate representation of color #50556B: hue angle of 228.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50556B is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 85 107 -
CMYK 0.25 0.21 0 0.58
HSL 228.89º 0.14% 0.37% -
HSV(B) 228.89º 0.25% 0.42% -
XYZ 9.21 9.26 15.21 -
YUV 86.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 80 85 107 0.25 0.21 0 0.58 228.89 0.14 0.37
Hex 50 55 6B 19 15 0 3A E5 E 25
Octal 120 125 153 31 25 0 72 345 16 45
Binary 1010000 1010101 1101011 11001 10101 0 111010 11100101 1110 100101

Color Harmonies of #50556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50556B

Black with #50556B

Text Example


Text Example

White with #50556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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