#519FC6

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

Shades of Picton Blue #519FC6

Tints of Picton Blue #519FC6

Color information

#519FC6 (or 0x519FC6) is unknown color: approx Picton Blue. HEX triplet: 51, 9F and C6. RGB value is (81,159,198). Sum of RGB (Red+Green+Blue) = 81+159+198=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #519FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FC6 is #AE6039. Grayscale: #8B8B8B. Windows color (decimal): -11427898 or 13016913. OLE color: 13016913.

HSL color Cylindrical-coordinate representation of color #519FC6: hue angle of 200º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #519FC6 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB81159198-
CMYK0.590.2000.22
HSL200º50.65%54.71%-
HSV(B)200º59.09%77.65%-
XYZ25.9830.6257.97-
YUV140.12160.6685.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.49%
GREEN value IS 159 (62.5% from 255) = 36.30%
BLUE value IS 198 (77.73% from 255) = 45.21%
R=18.49%
G=36.30%
B=45.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811591980.590.2000.2220050.6554.71
Hex519FC63B14016c83337
Octal12123730673240263106367
Binary101000110011111110001101110111010001011011001000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,159,198); }

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

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

 a { background-color: rgb(81,159,198); }

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

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

 span { border-color: rgb(81,159,198); }

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