#5499D3

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

Shades of Picton Blue #5499D3

Tints of Picton Blue #5499D3

Color information

#5499D3 (or 0x5499D3) is unknown color: approx Picton Blue. HEX triplet: 54, 99 and D3. RGB value is (84,153,211). Sum of RGB (Red+Green+Blue) = 84+153+211=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #5499D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499D3 is #AB662C. Grayscale: #8A8A8A. Windows color (decimal): -11232813 or 13867348. OLE color: 13867348.

HSL color Cylindrical-coordinate representation of color #5499D3: hue angle of 207.4º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5499D3 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB84153211-
CMYK0.600.2700.17
HSL207.4º59.07%57.84%-
HSV(B)207.4º60.19%82.75%-
XYZ26.8129.3765.88-
YUV138.98168.6488.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.75%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 211 (82.81% from 255) = 47.10%
R=18.75%
G=34.15%
B=47.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal841532110.600.2700.17207.459.0757.84
Hex5499D33C1B011cf3b3a
Octal12423132374330213177372
Binary101010010011001110100111111001101101000111001111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5499D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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