#5397D9

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

Shades of Picton Blue #5397D9

Tints of Picton Blue #5397D9

Color information

#5397D9 (or 0x5397D9) is unknown color: approx Picton Blue. HEX triplet: 53, 97 and D9. RGB value is (83,151,217). Sum of RGB (Red+Green+Blue) = 83+151+217=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #5397D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5397D9 is #AC6826. Grayscale: #898989. Windows color (decimal): -11298855 or 14260051. OLE color: 14260051.

HSL color Cylindrical-coordinate representation of color #5397D9: hue angle of 209.55º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5397D9 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB83151217-
CMYK0.620.3000.15
HSL209.55º63.81%58.82%-
HSV(B)209.55º61.75%85.1%-
XYZ27.1628.9869.81-
YUV138.19172.4788.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.40%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 217 (85.16% from 255) = 48.12%
R=18.40%
G=33.48%
B=48.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal831512170.620.3000.15209.5563.8158.82
Hex5397D93E1E0Fd2403b
Octal123227331763601732210073
Binary101001110010111110110011111101111001111110100101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5397D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5397D9; }

 p { color: rgb(83,151,217); }

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

<style>
 a { background-color: #5397D9; }

 a { background-color: rgb(83,151,217); }

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

<style>
 span { border-color: #5397D9; }

 span { border-color: rgb(83,151,217); }

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