#5099BD

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

Shades of Shakespeare #5099BD

Tints of Shakespeare #5099BD

Color information

#5099BD (or 0x5099BD) is unknown color: approx Shakespeare. HEX triplet: 50, 99 and BD. RGB value is (80,153,189). Sum of RGB (Red+Green+Blue) = 80+153+189=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #5099BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099BD is #AF6642. Grayscale: #878787. Windows color (decimal): -11494979 or 12425552. OLE color: 12425552.

HSL color Cylindrical-coordinate representation of color #5099BD: hue angle of 199.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5099BD is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB80153189-
CMYK0.580.1900.26
HSL199.82º45.23%52.75%-
HSV(B)199.82º57.67%74.12%-
XYZ23.8828.1652.32-
YUV135.28158.3288.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 189 (74.22% from 255) = 44.79%
R=18.96%
G=36.26%
B=44.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801531890.580.1900.26199.8245.2352.75
Hex5099BD3A1301Ac82d35
Octal12023127572230323105565
Binary101000010011001101111011110101001101101011001000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5099BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5099BD; }

 p { color: rgb(80,153,189); }

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

<style>
 a { background-color: #5099BD; }

 a { background-color: rgb(80,153,189); }

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

<style>
 span { border-color: #5099BD; }

 span { border-color: rgb(80,153,189); }

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