#50A1B1

Color #50A1B1 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #50A1B1

Tints of Shakespeare #50A1B1

Color information

#50A1B1 (or 0x50A1B1) is unknown color: approx Shakespeare. HEX triplet: 50, A1 and B1. RGB value is (80,161,177). Sum of RGB (Red+Green+Blue) = 80+161+177=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #50A1B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A1B1 is #AF5E4E. Grayscale: #8A8A8A. Windows color (decimal): -11492943 or 11641168. OLE color: 11641168.

HSL color Cylindrical-coordinate representation of color #50A1B1: hue angle of 189.9º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50A1B1 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80161177-
CMYK0.550.0900.31
HSL189.9º38.34%50.39%-
HSV(B)189.9º54.8%69.41%-
XYZ23.9930.3746.19-
YUV138.6149.6686.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 177 (69.53% from 255) = 42.34%
R=19.14%
G=38.52%
B=42.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801611770.550.0900.31189.938.3450.39
Hex50A1B137901Fbe2632
Octal12024126167110372764662
Binary10100001010000110110001110111100101111110111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A1B1; }

 p { color: rgb(80,161,177); }

 H1.HeaderClassName
 {
   color: #50A1B1;
 }
 .AnyTagClassName
 {
   color: #50A1B1;
 }
</style>
background-color css

<style>
 a { background-color: #50A1B1; }

 a { background-color: rgb(80,161,177); }

 div.DivClassName
 {
   background-color: #50A1B1;
 }
 .BgClassName
 {
   background-color: #50A1B1;
 }
</style>
border-color css

<style>
 span { border-color: #50A1B1; }

 span { border-color: rgb(80,161,177); }

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