#519ABC

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

Shades of Shakespeare #519ABC

Tints of Shakespeare #519ABC

Color information

#519ABC (or 0x519ABC) is unknown color: approx Shakespeare. HEX triplet: 51, 9A and BC. RGB value is (81,154,188). Sum of RGB (Red+Green+Blue) = 81+154+188=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #519ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ABC is #AE6543. Grayscale: #878787. Windows color (decimal): -11429188 or 12360273. OLE color: 12360273.

HSL color Cylindrical-coordinate representation of color #519ABC: hue angle of 199.07º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #519ABC is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81154188-
CMYK0.570.1800.26
HSL199.07º44.4%52.75%-
HSV(B)199.07º56.91%73.73%-
XYZ24.0328.4951.81-
YUV136.05157.3288.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=19.15%
G=36.41%
B=44.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811541880.570.1800.26199.0744.452.75
Hex519ABC391201Ac72c35
Octal12123227471220323075465
Binary101000110011010101111001110011001001101011000111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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