#549CE1

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

Shades of Picton Blue #549CE1

Tints of Picton Blue #549CE1

Color information

#549CE1 (or 0x549CE1) is unknown color: approx Picton Blue. HEX triplet: 54, 9C and E1. RGB value is (84,156,225). Sum of RGB (Red+Green+Blue) = 84+156+225=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #549CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CE1 is #AB631E. Grayscale: #8D8D8D. Windows color (decimal): -11232031 or 14785620. OLE color: 14785620.

HSL color Cylindrical-coordinate representation of color #549CE1: hue angle of 209.36º 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 #549CE1 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84156225-
CMYK0.630.3100.12
HSL209.36º70.15%60.59%-
HSV(B)209.36º62.67%88.24%-
XYZ29.1431.175.7-
YUV142.34174.6586.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.06%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 225 (88.28% from 255) = 48.39%
R=18.06%
G=33.55%
B=48.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841562250.630.3100.12209.3670.1560.59
Hex549CE13F1F0Cd1463d
Octal124234341773701432110675
Binary101010010011100111000011111111111101100110100011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549CE1; }

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

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

<style>
 a { background-color: #549CE1; }

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

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

<style>
 span { border-color: #549CE1; }

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

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