#519BB4

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

Shades of Shakespeare #519BB4

Tints of Shakespeare #519BB4

Color information

#519BB4 (or 0x519BB4) is unknown color: approx Shakespeare. HEX triplet: 51, 9B and B4. RGB value is (81,155,180). Sum of RGB (Red+Green+Blue) = 81+155+180=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #519BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BB4 is #AE644B. Grayscale: #878787. Windows color (decimal): -11428940 or 11836241. OLE color: 11836241.

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

Color convert

RGB81155180-
CMYK0.550.1400.29
HSL195.15º39.76%51.18%-
HSV(B)195.15º55%70.59%-
XYZ23.3528.4947.45-
YUV135.72152.9888.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.47%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 180 (70.70% from 255) = 43.27%
R=19.47%
G=37.26%
B=43.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811551800.550.1400.29195.1539.7651.18
Hex519BB437E01Dc32833
Octal12123326467160353035063
Binary10100011001101110110100110111111001110111000011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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