#519ECC

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

Shades of Picton Blue #519ECC

Tints of Picton Blue #519ECC

Color information

#519ECC (or 0x519ECC) is unknown color: approx Picton Blue. HEX triplet: 51, 9E and CC. RGB value is (81,158,204). Sum of RGB (Red+Green+Blue) = 81+158+204=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #519ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ECC is #AE6133. Grayscale: #8B8B8B. Windows color (decimal): -11428148 or 13409873. OLE color: 13409873.

HSL color Cylindrical-coordinate representation of color #519ECC: hue angle of 202.44º 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 #519ECC is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81158204-
CMYK0.600.2300.2
HSL202.44º54.67%55.88%-
HSV(B)202.44º60.29%80%-
XYZ26.5230.5661.63-
YUV140.22163.9985.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.28%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=18.28%
G=35.67%
B=46.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811582040.600.2300.2202.4454.6755.88
Hex519ECC3C17014ca3738
Octal12123631474270243126770
Binary101000110011110110011001111001011101010011001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,158,204); }

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

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

 a { background-color: rgb(81,158,204); }

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

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

 span { border-color: rgb(81,158,204); }

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