#519AB6

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

Shades of Shakespeare #519AB6

Tints of Shakespeare #519AB6

Color information

#519AB6 (or 0x519AB6) is unknown color: approx Shakespeare. HEX triplet: 51, 9A and B6. RGB value is (81,154,182). Sum of RGB (Red+Green+Blue) = 81+154+182=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #519AB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519AB6 is #AE6549. Grayscale: #878787. Windows color (decimal): -11429194 or 11967057. OLE color: 11967057.

HSL color Cylindrical-coordinate representation of color #519AB6: hue angle of 196.63º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #519AB6 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB81154182-
CMYK0.550.1500.29
HSL196.63º40.89%51.57%-
HSV(B)196.63º55.49%71.37%-
XYZ23.3928.2448.47-
YUV135.36154.3289.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.42%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=19.42%
G=36.93%
B=43.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811541820.550.1500.29196.6340.8951.57
Hex519AB637F01Dc52934
Octal12123226667170353055164
Binary10100011001101010110110110111111101110111000101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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