#5499E0

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

Shades of Picton Blue #5499E0

Tints of Picton Blue #5499E0

Color information

#5499E0 (or 0x5499E0) is unknown color: approx Picton Blue. HEX triplet: 54, 99 and E0. RGB value is (84,153,224). Sum of RGB (Red+Green+Blue) = 84+153+224=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #5499E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499E0 is #AB661F. Grayscale: #8C8C8C. Windows color (decimal): -11232800 or 14719316. OLE color: 14719316.

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

Color convert

RGB84153224-
CMYK0.620.3200.12
HSL210.43º69.31%60.39%-
HSV(B)210.43º62.5%87.84%-
XYZ28.530.0574.82-
YUV140.46175.1487.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.22%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 224 (87.89% from 255) = 48.59%
R=18.22%
G=33.19%
B=48.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841532240.620.3200.12210.4369.3160.39
Hex5499E03E200Cd2453c
Octal124231340764001432210574
Binary1010100100110011110000011111010000001100110100101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5499E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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