#519DC3

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

Shades of Picton Blue #519DC3

Tints of Picton Blue #519DC3

Color information

#519DC3 (or 0x519DC3) is unknown color: approx Picton Blue. HEX triplet: 51, 9D and C3. RGB value is (81,157,195). Sum of RGB (Red+Green+Blue) = 81+157+195=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #519DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DC3 is #AE623C. Grayscale: #8A8A8A. Windows color (decimal): -11428413 or 12819793. OLE color: 12819793.

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

Color convert

RGB81157195-
CMYK0.580.1900.24
HSL200º48.72%54.12%-
HSV(B)200º58.46%76.47%-
XYZ25.329.856.05-
YUV138.61159.8286.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.71%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 195 (76.56% from 255) = 45.03%
R=18.71%
G=36.26%
B=45.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811571950.580.1900.2420048.7254.12
Hex519DC33A13018c83136
Octal12123530372230303106166
Binary101000110011101110000111110101001101100011001000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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