#5199BD

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

Shades of Shakespeare #5199BD

Tints of Shakespeare #5199BD

Color information

#5199BD (or 0x5199BD) is unknown color: approx Shakespeare. HEX triplet: 51, 99 and BD. RGB value is (81,153,189). Sum of RGB (Red+Green+Blue) = 81+153+189=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #5199BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199BD is #AE6642. Grayscale: #878787. Windows color (decimal): -11429443 or 12425553. OLE color: 12425553.

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

Color convert

RGB81153189-
CMYK0.570.1900.26
HSL200º45%52.94%-
HSV(B)200º57.14%74.12%-
XYZ23.9728.2152.33-
YUV135.58158.1589.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=19.15%
G=36.17%
B=44.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811531890.570.1900.262004552.94
Hex5199BD391301Ac82d35
Octal12123127571230323105565
Binary101000110011001101111011110011001101101011001000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5199BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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