#519CCA

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

Shades of Picton Blue #519CCA

Tints of Picton Blue #519CCA

Color information

#519CCA (or 0x519CCA) is unknown color: approx Picton Blue. HEX triplet: 51, 9C and CA. RGB value is (81,156,202). Sum of RGB (Red+Green+Blue) = 81+156+202=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #519CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CCA is #AE6335. Grayscale: #8A8A8A. Windows color (decimal): -11428662 or 13278289. OLE color: 13278289.

HSL color Cylindrical-coordinate representation of color #519CCA: hue angle of 202.81º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #519CCA is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81156202-
CMYK0.600.2300.21
HSL202.81º53.3%55.49%-
HSV(B)202.81º59.9%79.22%-
XYZ25.9429.7960.26-
YUV138.82163.6586.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.45%
GREEN value IS 156 (61.33% from 255) = 35.54%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=18.45%
G=35.54%
B=46.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811562020.600.2300.21202.8153.355.49
Hex519CCA3C17015cb3537
Octal12123431274270253136567
Binary101000110011100110010101111001011101010111001011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,156,202); }

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

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

 a { background-color: rgb(81,156,202); }

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

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

 span { border-color: rgb(81,156,202); }

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