#519FBE

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

Shades of Shakespeare #519FBE

Tints of Shakespeare #519FBE

Color information

#519FBE (or 0x519FBE) is unknown color: approx Shakespeare. HEX triplet: 51, 9F and BE. RGB value is (81,159,190). Sum of RGB (Red+Green+Blue) = 81+159+190=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #519FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FBE is #AE6041. Grayscale: #8B8B8B. Windows color (decimal): -11427906 or 12492625. OLE color: 12492625.

HSL color Cylindrical-coordinate representation of color #519FBE: hue angle of 197.06º 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 #519FBE is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81159190-
CMYK0.570.1600.25
HSL197.06º45.61%53.14%-
HSV(B)197.06º57.37%74.51%-
XYZ25.0930.2653.23-
YUV139.21156.6686.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.84%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=18.84%
G=36.98%
B=44.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811591900.570.1600.25197.0645.6153.14
Hex519FBE3910019c52e35
Octal12123727671200313055665
Binary101000110011111101111101110011000001100111000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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