#549CAB

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

Shades of Cadet Blue #549CAB

Tints of Cadet Blue #549CAB

Color information

#549CAB (or 0x549CAB) is unknown color: approx Cadet Blue. HEX triplet: 54, 9C and AB. RGB value is (84,156,171). Sum of RGB (Red+Green+Blue) = 84+156+171=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #549CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549CAB is #AB6354. Grayscale: #888888. Windows color (decimal): -11232085 or 11246676. OLE color: 11246676.

HSL color Cylindrical-coordinate representation of color #549CAB: hue angle of 190.34º degrees, saturation: 0.34, 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 #549CAB is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84156171-
CMYK0.510.0900.33
HSL190.34º34.12%50%-
HSV(B)190.34º50.88%67.06%-
XYZ22.928.642.84-
YUV136.18147.6590.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.44%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=20.44%
G=37.96%
B=41.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841561710.510.0900.33190.3434.1250
Hex549CAB339021be2232
Octal12423425363110412764262
Binary101010010011100101010111100111001010000110111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,156,171); }

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

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

 a { background-color: rgb(84,156,171); }

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

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

 span { border-color: rgb(84,156,171); }

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