#5499DE

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

Shades of Picton Blue #5499DE

Tints of Picton Blue #5499DE

Color information

#5499DE (or 0x5499DE) is unknown color: approx Picton Blue. HEX triplet: 54, 99 and DE. RGB value is (84,153,222). Sum of RGB (Red+Green+Blue) = 84+153+222=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #5499DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499DE is #AB6621. Grayscale: #8B8B8B. Windows color (decimal): -11232802 or 14588244. OLE color: 14588244.

HSL color Cylindrical-coordinate representation of color #5499DE: hue angle of 210º degrees, saturation: 0.68, 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 #5499DE is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84153222-
CMYK0.620.3100.13
HSL210º67.65%60%-
HSV(B)210º62.16%87.06%-
XYZ28.2329.9473.4-
YUV140.23174.1487.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.30%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 48.37%
R=18.30%
G=33.33%
B=48.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841532220.620.3100.1321067.6560
Hex5499DE3E1F0Dd2443c
Octal124231336763701532210474
Binary101010010011001110111101111101111101101110100101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5499DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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