#5198D7

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

Shades of Picton Blue #5198D7

Tints of Picton Blue #5198D7

Color information

#5198D7 (or 0x5198D7) is unknown color: approx Picton Blue. HEX triplet: 51, 98 and D7. RGB value is (81,152,215). Sum of RGB (Red+Green+Blue) = 81+152+215=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #5198D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5198D7 is #AE6728. Grayscale: #898989. Windows color (decimal): -11429673 or 14129233. OLE color: 14129233.

HSL color Cylindrical-coordinate representation of color #5198D7: hue angle of 208.21º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5198D7 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81152215-
CMYK0.620.2900.16
HSL208.21º62.62%58.04%-
HSV(B)208.21º62.33%84.31%-
XYZ26.8929.1168.49-
YUV137.95171.4887.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.08%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 215 (84.38% from 255) = 47.99%
R=18.08%
G=33.93%
B=47.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811522150.620.2900.16208.2162.6258.04
Hex5198D73E1D010d03f3a
Octal12123032776350203207772
Binary101000110011000110101111111101110101000011010000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5198D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5198D7; }

 p { color: rgb(81,152,215); }

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

<style>
 a { background-color: #5198D7; }

 a { background-color: rgb(81,152,215); }

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

<style>
 span { border-color: #5198D7; }

 span { border-color: rgb(81,152,215); }

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