#549EA4

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

Shades of Cadet Blue #549EA4

Tints of Cadet Blue #549EA4

Color information

#549EA4 (or 0x549EA4) is unknown color: approx Cadet Blue. HEX triplet: 54, 9E and A4. RGB value is (84,158,164). Sum of RGB (Red+Green+Blue) = 84+158+164=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #549EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549EA4 is #AB615B. Grayscale: #888888. Windows color (decimal): -11231580 or 10788436. OLE color: 10788436.

HSL color Cylindrical-coordinate representation of color #549EA4: hue angle of 184.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #549EA4 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB84158164-
CMYK0.490.0400.36
HSL184.5º32.26%48.63%-
HSV(B)184.5º48.78%64.31%-
XYZ22.5829.0239.53-
YUV136.56143.4890.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.69%
GREEN value IS 158 (62.11% from 255) = 38.92%
BLUE value IS 164 (64.45% from 255) = 40.39%
R=20.69%
G=38.92%
B=40.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841581640.490.0400.36184.532.2648.63
Hex549EA4314024b82031
Octal1242362446140442704061
Binary10101001001111010100100110001100010010010111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,158,164); }

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

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

 a { background-color: rgb(84,158,164); }

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

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

 span { border-color: rgb(84,158,164); }

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