#519ABF

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

Shades of Shakespeare #519ABF

Tints of Shakespeare #519ABF

Color information

#519ABF (or 0x519ABF) is unknown color: approx Shakespeare. HEX triplet: 51, 9A and BF. RGB value is (81,154,191). Sum of RGB (Red+Green+Blue) = 81+154+191=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #519ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ABF is #AE6540. Grayscale: #888888. Windows color (decimal): -11429185 or 12556881. OLE color: 12556881.

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

Color convert

RGB81154191-
CMYK0.580.1900.25
HSL200.18º46.22%53.33%-
HSV(B)200.18º57.59%74.9%-
XYZ24.3528.6253.53-
YUV136.39158.8288.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.01%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 191 (75% from 255) = 44.84%
R=19.01%
G=36.15%
B=44.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811541910.580.1900.25200.1846.2253.33
Hex519ABF3A13019c82e35
Octal12123227772230313105665
Binary101000110011010101111111110101001101100111001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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