#519AC1

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

Shades of Shakespeare #519AC1

Tints of Shakespeare #519AC1

Color information

#519AC1 (or 0x519AC1) is unknown color: approx Shakespeare. HEX triplet: 51, 9A and C1. RGB value is (81,154,193). Sum of RGB (Red+Green+Blue) = 81+154+193=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #519AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519AC1 is #AE653E. Grayscale: #888888. Windows color (decimal): -11429183 or 12687953. OLE color: 12687953.

HSL color Cylindrical-coordinate representation of color #519AC1: hue angle of 200.89º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #519AC1 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81154193-
CMYK0.580.2000.24
HSL200.89º47.46%53.73%-
HSV(B)200.89º58.03%75.69%-
XYZ24.5728.7154.7-
YUV136.62159.8288.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.93%
GREEN value IS 154 (60.55% from 255) = 35.98%
BLUE value IS 193 (75.78% from 255) = 45.09%
R=18.93%
G=35.98%
B=45.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811541930.580.2000.24200.8947.4653.73
Hex519AC13A14018c92f36
Octal12123230172240303115766
Binary101000110011010110000011110101010001100011001001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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