#549DA7

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

Shades of Cadet Blue #549DA7

Tints of Cadet Blue #549DA7

Color information

#549DA7 (or 0x549DA7) is unknown color: approx Cadet Blue. HEX triplet: 54, 9D and A7. RGB value is (84,157,167). Sum of RGB (Red+Green+Blue) = 84+157+167=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 167 - color contains mainly: blue. Hex color #549DA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549DA7 is #AB6258. Grayscale: #888888. Windows color (decimal): -11231833 or 10984788. OLE color: 10984788.

HSL color Cylindrical-coordinate representation of color #549DA7: hue angle of 187.23º 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 #549DA7 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB84157167-
CMYK0.500.0600.35
HSL187.23º33.07%49.22%-
HSV(B)187.23º49.7%65.49%-
XYZ22.6928.7940.92-
YUV136.31145.3290.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 157 (61.72% from 255) = 38.48%
BLUE value IS 167 (65.62% from 255) = 40.93%
R=20.59%
G=38.48%
B=40.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841571670.500.0600.35187.2333.0749.22
Hex549DA7326023bb2131
Octal1242352476260432734161
Binary10101001001110110100111110010110010001110111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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