#5493DD

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

Shades of Picton Blue #5493DD

Tints of Picton Blue #5493DD

Color information

#5493DD (or 0x5493DD) is unknown color: approx Picton Blue. HEX triplet: 54, 93 and DD. RGB value is (84,147,221). Sum of RGB (Red+Green+Blue) = 84+147+221=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #5493DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5493DD is #AB6C22. Grayscale: #888888. Windows color (decimal): -11234339 or 14521172. OLE color: 14521172.

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

Color convert

RGB84147221-
CMYK0.620.3300.13
HSL212.41º66.83%59.8%-
HSV(B)212.41º61.99%86.67%-
XYZ27.1427.9772.38-
YUV136.6175.6390.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.58%
GREEN value IS 147 (57.81% from 255) = 32.52%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=18.58%
G=32.52%
B=48.89%

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
Decimal841472210.620.3300.13212.4166.8359.8
Hex5493DD3E210Dd4433c
Octal124223335764101532410374
Binary1010100100100111101110111111010000101101110101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5493DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,147,221); }

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

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

 a { background-color: rgb(84,147,221); }

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

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

 span { border-color: rgb(84,147,221); }

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