#519CCB

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

Shades of Picton Blue #519CCB

Tints of Picton Blue #519CCB

Color information

#519CCB (or 0x519CCB) is unknown color: approx Picton Blue. HEX triplet: 51, 9C and CB. RGB value is (81,156,203). Sum of RGB (Red+Green+Blue) = 81+156+203=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #519CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CCB is #AE6334. Grayscale: #8A8A8A. Windows color (decimal): -11428661 or 13343825. OLE color: 13343825.

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

Color convert

RGB81156203-
CMYK0.600.2300.20
HSL203.11º53.98%55.69%-
HSV(B)203.11º60.1%79.61%-
XYZ26.0629.8460.89-
YUV138.93164.1586.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.41%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=18.41%
G=35.45%
B=46.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811562030.600.2300.20203.1153.9855.69
Hex519CCB3C17014cb3638
Octal12123431374270243136670
Binary101000110011100110010111111001011101010011001011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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