#519fc4

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

Shades of Picton Blue #519FC4

Tints of Picton Blue #519FC4

Color information

#519FC4 (or 0x519FC4) is unknown color: approx Picton Blue. HEX triplet: 51, 9F and C4. RGB value is (81,159,196). Sum of RGB (Red+Green+Blue) = 81+159+196=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #519FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FC4 is #AE603B. Grayscale: #8B8B8B. Windows color (decimal): -11427900 or 12885841. OLE color: 12885841.

HSL color Cylindrical-coordinate representation of color #519FC4: hue angle of 199.3º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #519FC4 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81159196-
CMYK0.590.1900.23
HSL199.3º49.36%54.31%-
HSV(B)199.3º58.67%76.86%-
XYZ25.7630.5356.76-
YUV139.9159.6685.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.58%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 196 (76.95% from 255) = 44.95%
R=18.58%
G=36.47%
B=44.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811591960.590.1900.23199.349.3654.31
Hex519FC43B13017c73136
Octal12123730473230273076166
Binary101000110011111110001001110111001101011111000111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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