#519BC3

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

Shades of Picton Blue #519BC3

Tints of Picton Blue #519BC3

Color information

#519BC3 (or 0x519BC3) is unknown color: approx Picton Blue. HEX triplet: 51, 9B and C3. RGB value is (81,155,195). Sum of RGB (Red+Green+Blue) = 81+155+195=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #519BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BC3 is #AE643C. Grayscale: #898989. Windows color (decimal): -11428925 or 12819281. OLE color: 12819281.

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

Color convert

RGB81155195-
CMYK0.580.2100.24
HSL201.05º48.72%54.12%-
HSV(B)201.05º58.46%76.47%-
XYZ24.9729.1355.94-
YUV137.43160.4887.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.79%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 195 (76.56% from 255) = 45.24%
R=18.79%
G=35.96%
B=45.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811551950.580.2100.24201.0548.7254.12
Hex519BC33A15018c93136
Octal12123330372250303116166
Binary101000110011011110000111110101010101100011001001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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