#549DC6

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

Shades of Picton Blue #549DC6

Tints of Picton Blue #549DC6

Color information

#549DC6 (or 0x549DC6) is unknown color: approx Picton Blue. HEX triplet: 54, 9D and C6. RGB value is (84,157,198). Sum of RGB (Red+Green+Blue) = 84+157+198=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #549DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549DC6 is #AB6239. Grayscale: #8B8B8B. Windows color (decimal): -11231802 or 13016404. OLE color: 13016404.

HSL color Cylindrical-coordinate representation of color #549DC6: hue angle of 201.58º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #549DC6 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84157198-
CMYK0.580.2100.22
HSL201.58º50%55.29%-
HSV(B)201.58º57.58%77.65%-
XYZ25.9130.0857.87-
YUV139.85160.8288.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.13%
GREEN value IS 157 (61.72% from 255) = 35.76%
BLUE value IS 198 (77.73% from 255) = 45.10%
R=19.13%
G=35.76%
B=45.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841571980.580.2100.22201.585055.29
Hex549DC63A15016ca3237
Octal12423530672250263126267
Binary101010010011101110001101110101010101011011001010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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