#519ABE

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

Shades of Shakespeare #519ABE

Tints of Shakespeare #519ABE

Color information

#519ABE (or 0x519ABE) is unknown color: approx Shakespeare. HEX triplet: 51, 9A and BE. RGB value is (81,154,190). Sum of RGB (Red+Green+Blue) = 81+154+190=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #519ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ABE is #AE6541. Grayscale: #888888. Windows color (decimal): -11429186 or 12491345. OLE color: 12491345.

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

Color convert

RGB81154190-
CMYK0.570.1900.25
HSL199.82º45.61%53.14%-
HSV(B)199.82º57.37%74.51%-
XYZ24.2428.5852.95-
YUV136.28158.3288.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.06%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=19.06%
G=36.24%
B=44.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811541900.570.1900.25199.8245.6153.14
Hex519ABE3913019c82e35
Octal12123227671230313105665
Binary101000110011010101111101110011001101100111001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,154,190); }

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

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

 a { background-color: rgb(81,154,190); }

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

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

 span { border-color: rgb(81,154,190); }

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