#519EBA

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

Shades of Shakespeare #519EBA

Tints of Shakespeare #519EBA

Color information

#519EBA (or 0x519EBA) is unknown color: approx Shakespeare. HEX triplet: 51, 9E and BA. RGB value is (81,158,186). Sum of RGB (Red+Green+Blue) = 81+158+186=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #519EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519EBA is #AE6145. Grayscale: #898989. Windows color (decimal): -11428166 or 12230225. OLE color: 12230225.

HSL color Cylindrical-coordinate representation of color #519EBA: hue angle of 196º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #519EBA is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81158186-
CMYK0.560.1500.27
HSL196º43.21%52.35%-
HSV(B)196º56.45%72.94%-
XYZ24.4829.7550.91-
YUV138.17154.9987.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.06%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=19.06%
G=37.18%
B=43.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811581860.560.1500.2719643.2152.35
Hex519EBA38F01Bc42b34
Octal12123627270170333045364
Binary10100011001111010111010111000111101101111000100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519EBA; }

 p { color: rgb(81,158,186); }

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

<style>
 a { background-color: #519EBA; }

 a { background-color: rgb(81,158,186); }

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

<style>
 span { border-color: #519EBA; }

 span { border-color: rgb(81,158,186); }

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