#5499E1

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

Shades of Picton Blue #5499E1

Tints of Picton Blue #5499E1

Color information

#5499E1 (or 0x5499E1) is unknown color: approx Picton Blue. HEX triplet: 54, 99 and E1. RGB value is (84,153,225). Sum of RGB (Red+Green+Blue) = 84+153+225=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #5499E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499E1 is #AB661E. Grayscale: #8C8C8C. Windows color (decimal): -11232799 or 14784852. OLE color: 14784852.

HSL color Cylindrical-coordinate representation of color #5499E1: hue angle of 210.64º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5499E1 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84153225-
CMYK0.630.3200.12
HSL210.64º70.15%60.59%-
HSV(B)210.64º62.67%88.24%-
XYZ28.6430.175.54-
YUV140.58175.6487.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.18%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 225 (88.28% from 255) = 48.70%
R=18.18%
G=33.12%
B=48.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841532250.630.3200.12210.6470.1560.59
Hex5499E13F200Cd3463d
Octal124231341774001432310675
Binary1010100100110011110000111111110000001100110100111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5499E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5499E1; }

 p { color: rgb(84,153,225); }

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

<style>
 a { background-color: #5499E1; }

 a { background-color: rgb(84,153,225); }

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

<style>
 span { border-color: #5499E1; }

 span { border-color: rgb(84,153,225); }

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