#50A0BF

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

Shades of Shakespeare #50A0BF

Tints of Shakespeare #50A0BF

Color information

#50A0BF (or 0x50A0BF) is unknown color: approx Shakespeare. HEX triplet: 50, A0 and BF. RGB value is (80,160,191). Sum of RGB (Red+Green+Blue) = 80+160+191=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #50A0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A0BF is #AF5F40. Grayscale: #8B8B8B. Windows color (decimal): -11493185 or 12558416. OLE color: 12558416.

HSL color Cylindrical-coordinate representation of color #50A0BF: hue angle of 196.76º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A0BF is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80160191-
CMYK0.580.1600.25
HSL196.76º46.44%53.14%-
HSV(B)196.76º58.12%74.9%-
XYZ25.2830.6153.87-
YUV139.6115785.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.56%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 191 (75% from 255) = 44.32%
R=18.56%
G=37.12%
B=44.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801601910.580.1600.25196.7646.4453.14
Hex50A0BF3A10019c52e35
Octal12024027772200313055665
Binary101000010100000101111111110101000001100111000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,160,191); }

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

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

 a { background-color: rgb(80,160,191); }

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

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

 span { border-color: rgb(80,160,191); }

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