#519BB3

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

Shades of Shakespeare #519BB3

Tints of Shakespeare #519BB3

Color information

#519BB3 (or 0x519BB3) is unknown color: approx Shakespeare. HEX triplet: 51, 9B and B3. RGB value is (81,155,179). Sum of RGB (Red+Green+Blue) = 81+155+179=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 179 - color contains mainly: blue. Hex color #519BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BB3 is #AE644C. Grayscale: #878787. Windows color (decimal): -11428941 or 11770705. OLE color: 11770705.

HSL color Cylindrical-coordinate representation of color #519BB3: hue angle of 194.69º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #519BB3 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB81155179-
CMYK0.550.1300.30
HSL194.69º39.2%50.98%-
HSV(B)194.69º54.75%70.2%-
XYZ23.2528.4546.91-
YUV135.61152.4889.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 155 (60.94% from 255) = 37.35%
BLUE value IS 179 (70.31% from 255) = 43.13%
R=19.52%
G=37.35%
B=43.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811551790.550.1300.30194.6939.250.98
Hex519BB337D01Ec32733
Octal12123326367150363034763
Binary10100011001101110110011110111110101111011000011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,155,179); }

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

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

 a { background-color: rgb(81,155,179); }

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

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

 span { border-color: rgb(81,155,179); }

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