#519BB1

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

Shades of Shakespeare #519BB1

Tints of Shakespeare #519BB1

Color information

#519BB1 (or 0x519BB1) is unknown color: approx Shakespeare. HEX triplet: 51, 9B and B1. RGB value is (81,155,177). Sum of RGB (Red+Green+Blue) = 81+155+177=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #519BB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519BB1 is #AE644E. Grayscale: #878787. Windows color (decimal): -11428943 or 11639633. OLE color: 11639633.

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

Color convert

RGB81155177-
CMYK0.540.1200.31
HSL193.75º38.1%50.59%-
HSV(B)193.75º54.24%69.41%-
XYZ23.0528.3745.86-
YUV135.38151.4889.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 155 (60.94% from 255) = 37.53%
BLUE value IS 177 (69.53% from 255) = 42.86%
R=19.61%
G=37.53%
B=42.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811551770.540.1200.31193.7538.150.59
Hex519BB136C01Fc22633
Octal12123326166140373024663
Binary10100011001101110110001110110110001111111000010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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