#549B9D

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

Shades of Cadet Blue #549B9D

Tints of Cadet Blue #549B9D

Color information

#549B9D (or 0x549B9D) is unknown color: approx Cadet Blue. HEX triplet: 54, 9B and 9D. RGB value is (84,155,157). Sum of RGB (Red+Green+Blue) = 84+155+157=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #549B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549B9D is #AB6462. Grayscale: #858585. Windows color (decimal): -11232355 or 10328916. OLE color: 10328916.

HSL color Cylindrical-coordinate representation of color #549B9D: hue angle of 181.64º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B9D is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84155157-
CMYK0.460.0100.38
HSL181.64º30.29%47.25%-
HSV(B)181.64º46.5%61.57%-
XYZ21.4627.7636.13-
YUV134140.9892.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.21%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=21.21%
G=39.14%
B=39.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841551570.460.0100.38181.6430.2947.25
Hex549B9D2E1026b61e2f
Octal1242332355610462663657
Binary10101001001101110011101101110101001101011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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