#519DC6

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

Shades of Picton Blue #519DC6

Tints of Picton Blue #519DC6

Color information

#519DC6 (or 0x519DC6) is unknown color: approx Picton Blue. HEX triplet: 51, 9D and C6. RGB value is (81,157,198). Sum of RGB (Red+Green+Blue) = 81+157+198=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #519DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DC6 is #AE6239. Grayscale: #8A8A8A. Windows color (decimal): -11428410 or 13016401. OLE color: 13016401.

HSL color Cylindrical-coordinate representation of color #519DC6: hue angle of 201.03º 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 #519DC6 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB81157198-
CMYK0.590.2100.22
HSL201.03º50.65%54.71%-
HSV(B)201.03º59.09%77.65%-
XYZ25.6429.9457.85-
YUV138.95161.3286.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.58%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 198 (77.73% from 255) = 45.41%
R=18.58%
G=36.01%
B=45.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811571980.590.2100.22201.0350.6554.71
Hex519DC63B15016c93337
Octal12123530673250263116367
Binary101000110011101110001101110111010101011011001001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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