#519EB0

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

Shades of Shakespeare #519EB0

Tints of Shakespeare #519EB0

Color information

#519EB0 (or 0x519EB0) is unknown color: approx Shakespeare. HEX triplet: 51, 9E and B0. RGB value is (81,158,176). Sum of RGB (Red+Green+Blue) = 81+158+176=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 176 - color contains mainly: blue. Hex color #519EB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519EB0 is #AE614F. Grayscale: #888888. Windows color (decimal): -11428176 or 11574865. OLE color: 11574865.

HSL color Cylindrical-coordinate representation of color #519EB0: hue angle of 191.37º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #519EB0 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81158176-
CMYK0.540.1000.31
HSL191.37º37.55%50.39%-
HSV(B)191.37º53.98%69.02%-
XYZ23.4629.3445.5-
YUV137.03149.9988.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 176 (69.14% from 255) = 42.41%
R=19.52%
G=38.07%
B=42.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811581760.540.1000.31191.3737.5550.39
Hex519EB036A01Fbf2632
Octal12123626066120372774662
Binary10100011001111010110000110110101001111110111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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