#5395DD

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

Shades of Picton Blue #5395DD

Tints of Picton Blue #5395DD

Color information

#5395DD (or 0x5395DD) is unknown color: approx Picton Blue. HEX triplet: 53, 95 and DD. RGB value is (83,149,221). Sum of RGB (Red+Green+Blue) = 83+149+221=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #5395DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5395DD is #AC6A22. Grayscale: #898989. Windows color (decimal): -11299363 or 14521683. OLE color: 14521683.

HSL color Cylindrical-coordinate representation of color #5395DD: hue angle of 211.3º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5395DD is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83149221-
CMYK0.620.3300.13
HSL211.3º66.99%59.61%-
HSV(B)211.3º62.44%86.67%-
XYZ27.3728.5572.48-
YUV137.47175.1389.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.32%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=18.32%
G=32.89%
B=48.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831492210.620.3300.13211.366.9959.61
Hex5395DD3E210Dd3433c
Octal123225335764101532310374
Binary1010011100101011101110111111010000101101110100111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5395DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5395DD; }

 p { color: rgb(83,149,221); }

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

<style>
 a { background-color: #5395DD; }

 a { background-color: rgb(83,149,221); }

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

<style>
 span { border-color: #5395DD; }

 span { border-color: rgb(83,149,221); }

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