#549EAC

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

Shades of Cadet Blue #549EAC

Tints of Cadet Blue #549EAC

Color information

#549EAC (or 0x549EAC) is unknown color: approx Cadet Blue. HEX triplet: 54, 9E and AC. RGB value is (84,158,172). Sum of RGB (Red+Green+Blue) = 84+158+172=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #549EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549EAC is #AB6153. Grayscale: #898989. Windows color (decimal): -11231572 or 11312724. OLE color: 11312724.

HSL color Cylindrical-coordinate representation of color #549EAC: hue angle of 189.55º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #549EAC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84158172-
CMYK0.510.0800.33
HSL189.55º34.65%50.2%-
HSV(B)189.55º51.16%67.45%-
XYZ23.3329.3243.46-
YUV137.47147.4889.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.29%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=20.29%
G=38.16%
B=41.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841581720.510.0800.33189.5534.6550.2
Hex549EAC338021be2332
Octal12423625463100412764362
Binary101010010011110101011001100111000010000110111110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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