#549DC4

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

Shades of Picton Blue #549DC4

Tints of Picton Blue #549DC4

Color information

#549DC4 (or 0x549DC4) is unknown color: approx Picton Blue. HEX triplet: 54, 9D and C4. RGB value is (84,157,196). Sum of RGB (Red+Green+Blue) = 84+157+196=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #549DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549DC4 is #AB623B. Grayscale: #8B8B8B. Windows color (decimal): -11231804 or 12885332. OLE color: 12885332.

HSL color Cylindrical-coordinate representation of color #549DC4: hue angle of 200.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #549DC4 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB84157196-
CMYK0.570.2000.23
HSL200.89º48.7%54.9%-
HSV(B)200.89º57.14%76.86%-
XYZ25.6829.9856.66-
YUV139.62159.8288.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.22%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 196 (76.95% from 255) = 44.85%
R=19.22%
G=35.93%
B=44.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841571960.570.2000.23200.8948.754.9
Hex549DC43914017c93137
Octal12423530471240273116167
Binary101010010011101110001001110011010001011111001001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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