#549DCB

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

Shades of Picton Blue #549DCB

Tints of Picton Blue #549DCB

Color information

#549DCB (or 0x549DCB) is unknown color: approx Picton Blue. HEX triplet: 54, 9D and CB. RGB value is (84,157,203). Sum of RGB (Red+Green+Blue) = 84+157+203=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #549DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549DCB is #AB6234. Grayscale: #8C8C8C. Windows color (decimal): -11231797 or 13344084. OLE color: 13344084.

HSL color Cylindrical-coordinate representation of color #549DCB: hue angle of 203.19º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #549DCB is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84157203-
CMYK0.590.2300.20
HSL203.19º53.36%56.27%-
HSV(B)203.19º58.62%79.61%-
XYZ26.4930.3160.95-
YUV140.42163.3287.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.92%
GREEN value IS 157 (61.72% from 255) = 35.36%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=18.92%
G=35.36%
B=45.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841572030.590.2300.20203.1953.3656.27
Hex549DCB3B17014cb3538
Octal12423531373270243136570
Binary101010010011101110010111110111011101010011001011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,157,203); }

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

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

 a { background-color: rgb(84,157,203); }

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

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

 span { border-color: rgb(84,157,203); }

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