#5193D8

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

Shades of Picton Blue #5193D8

Tints of Picton Blue #5193D8

Color information

#5193D8 (or 0x5193D8) is unknown color: approx Picton Blue. HEX triplet: 51, 93 and D8. RGB value is (81,147,216). Sum of RGB (Red+Green+Blue) = 81+147+216=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #5193D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5193D8 is #AE6C27. Grayscale: #868686. Windows color (decimal): -11430952 or 14193489. OLE color: 14193489.

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

Color convert

RGB81147216-
CMYK0.620.3200.15
HSL210.67º63.38%58.24%-
HSV(B)210.67º62.5%84.71%-
XYZ26.2227.5768.91-
YUV135.13173.6389.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.24%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 216 (84.77% from 255) = 48.65%
R=18.24%
G=33.11%
B=48.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811472160.620.3200.15210.6763.3858.24
Hex5193D83E200Fd33f3a
Octal12122333076400173237772
Binary101000110010011110110001111101000000111111010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5193D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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