#50A3B3

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

Shades of Shakespeare #50A3B3

Tints of Shakespeare #50A3B3

Color information

#50A3B3 (or 0x50A3B3) is unknown color: approx Shakespeare. HEX triplet: 50, A3 and B3. RGB value is (80,163,179). Sum of RGB (Red+Green+Blue) = 80+163+179=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #50A3B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A3B3 is #AF5C4C. Grayscale: #8B8B8B. Windows color (decimal): -11492429 or 11772752. OLE color: 11772752.

HSL color Cylindrical-coordinate representation of color #50A3B3: hue angle of 189.7º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50A3B3 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB80163179-
CMYK0.550.0900.30
HSL189.7º39.44%50.78%-
HSV(B)189.7º55.31%70.2%-
XYZ24.5431.1547.37-
YUV140.0115085.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 179 (70.31% from 255) = 42.42%
R=18.96%
G=38.63%
B=42.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801631790.550.0900.30189.739.4450.78
Hex50A3B337901Ebe2733
Octal12024326367110362764763
Binary10100001010001110110011110111100101111010111110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,163,179); }

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

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

 a { background-color: rgb(80,163,179); }

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

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

 span { border-color: rgb(80,163,179); }

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