#54A3AD

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

Shades of Cadet Blue #54A3AD

Tints of Cadet Blue #54A3AD

Color information

#54A3AD (or 0x54A3AD) is unknown color: approx Cadet Blue. HEX triplet: 54, A3 and AD. RGB value is (84,163,173). Sum of RGB (Red+Green+Blue) = 84+163+173=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #54A3AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A3AD is #AB5C52. Grayscale: #8C8C8C. Windows color (decimal): -11230291 or 11379540. OLE color: 11379540.

HSL color Cylindrical-coordinate representation of color #54A3AD: hue angle of 186.74º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54A3AD is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84163173-
CMYK0.510.0600.32
HSL186.74º35.18%50.39%-
HSV(B)186.74º51.45%67.84%-
XYZ24.331.144.26-
YUV140.52146.3387.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20%
GREEN value IS 163 (64.06% from 255) = 38.81%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=20%
G=38.81%
B=41.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841631730.510.0600.32186.7435.1850.39
Hex54A3AD336020bb2332
Octal1242432556360402734362
Binary10101001010001110101101110011110010000010111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A3AD; }

 p { color: rgb(84,163,173); }

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

<style>
 a { background-color: #54A3AD; }

 a { background-color: rgb(84,163,173); }

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

<style>
 span { border-color: #54A3AD; }

 span { border-color: rgb(84,163,173); }

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