#5196D8

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

Shades of Picton Blue #5196D8

Tints of Picton Blue #5196D8

Color information

#5196D8 (or 0x5196D8) is unknown color: approx Picton Blue. HEX triplet: 51, 96 and D8. RGB value is (81,150,216). Sum of RGB (Red+Green+Blue) = 81+150+216=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #5196D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5196D8 is #AE6927. Grayscale: #888888. Windows color (decimal): -11430184 or 14194257. OLE color: 14194257.

HSL color Cylindrical-coordinate representation of color #5196D8: hue angle of 209.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5196D8 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81150216-
CMYK0.620.3100.15
HSL209.33º63.38%58.24%-
HSV(B)209.33º62.5%84.71%-
XYZ26.6928.5269.06-
YUV136.89172.6488.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.12%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 216 (84.77% from 255) = 48.32%
R=18.12%
G=33.56%
B=48.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811502160.620.3100.15209.3363.3858.24
Hex5196D83E1F0Fd13f3a
Octal12122633076370173217772
Binary10100011001011011011000111110111110111111010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5196D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5196D8; }

 p { color: rgb(81,150,216); }

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

<style>
 a { background-color: #5196D8; }

 a { background-color: rgb(81,150,216); }

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

<style>
 span { border-color: #5196D8; }

 span { border-color: rgb(81,150,216); }

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