#519ACD

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

Shades of Picton Blue #519ACD

Tints of Picton Blue #519ACD

Color information

#519ACD (or 0x519ACD) is unknown color: approx Picton Blue. HEX triplet: 51, 9A and CD. RGB value is (81,154,205). Sum of RGB (Red+Green+Blue) = 81+154+205=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #519ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ACD is #AE6532. Grayscale: #898989. Windows color (decimal): -11429171 or 13474385. OLE color: 13474385.

HSL color Cylindrical-coordinate representation of color #519ACD: hue angle of 204.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #519ACD is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81154205-
CMYK0.600.2500.20
HSL204.68º55.36%56.08%-
HSV(B)204.68º60.49%80.39%-
XYZ25.9729.2762.04-
YUV137.99165.8287.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.41%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=18.41%
G=35%
B=46.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811542050.600.2500.20204.6855.3656.08
Hex519ACD3C19014cd3738
Octal12123231574310243156770
Binary101000110011010110011011111001100101010011001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,154,205); }

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

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

 a { background-color: rgb(81,154,205); }

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

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

 span { border-color: rgb(81,154,205); }

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