#549EA7

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

Shades of Cadet Blue #549EA7

Tints of Cadet Blue #549EA7

Color information

#549EA7 (or 0x549EA7) is unknown color: approx Cadet Blue. HEX triplet: 54, 9E and A7. RGB value is (84,158,167). Sum of RGB (Red+Green+Blue) = 84+158+167=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 167 - color contains mainly: blue. Hex color #549EA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549EA7 is #AB6158. Grayscale: #888888. Windows color (decimal): -11231577 or 10985044. OLE color: 10985044.

HSL color Cylindrical-coordinate representation of color #549EA7: hue angle of 186.51º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #549EA7 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB84158167-
CMYK0.500.0500.35
HSL186.51º33.07%49.22%-
HSV(B)186.51º49.7%65.49%-
XYZ22.8629.1340.98-
YUV136.9144.9890.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 167 (65.62% from 255) = 40.83%
R=20.54%
G=38.63%
B=40.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841581670.500.0500.35186.5133.0749.22
Hex549EA7325023bb2131
Octal1242362476250432734161
Binary10101001001111010100111110010101010001110111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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