#5190D8

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

Shades of Picton Blue #5190D8

Tints of Picton Blue #5190D8

Color information

#5190D8 (or 0x5190D8) is unknown color: approx Picton Blue. HEX triplet: 51, 90 and D8. RGB value is (81,144,216). Sum of RGB (Red+Green+Blue) = 81+144+216=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #5190D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190D8 is #AE6F27. Grayscale: #858585. Windows color (decimal): -11431720 or 14192721. OLE color: 14192721.

HSL color Cylindrical-coordinate representation of color #5190D8: hue angle of 212º 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 #5190D8 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81144216-
CMYK0.620.3300.15
HSL212º63.38%58.24%-
HSV(B)212º62.5%84.71%-
XYZ25.7626.6568.75-
YUV133.37174.6390.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.37%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 216 (84.77% from 255) = 48.98%
R=18.37%
G=32.65%
B=48.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811442160.620.3300.1521263.3858.24
Hex5190D83E210Fd43f3a
Octal12122033076410173247772
Binary101000110010000110110001111101000010111111010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5190D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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