#54A4AE

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

Shades of Cadet Blue #54A4AE

Tints of Cadet Blue #54A4AE

Color information

#54A4AE (or 0x54A4AE) is unknown color: approx Cadet Blue. HEX triplet: 54, A4 and AE. RGB value is (84,164,174). Sum of RGB (Red+Green+Blue) = 84+164+174=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #54A4AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A4AE is #AB5B51. Grayscale: #8D8D8D. Windows color (decimal): -11230034 or 11445332. OLE color: 11445332.

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

Color convert

RGB84164174-
CMYK0.520.0600.32
HSL186.67º35.71%50.59%-
HSV(B)186.67º51.72%68.24%-
XYZ24.5731.4944.83-
YUV141.22146.587.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.91%
GREEN value IS 164 (64.45% from 255) = 38.86%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=19.91%
G=38.86%
B=41.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841641740.520.0600.32186.6735.7150.59
Hex54A4AE346020bb2433
Octal1242442566460402734463
Binary10101001010010010101110110100110010000010111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,164,174); }

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

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

 a { background-color: rgb(84,164,174); }

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

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

 span { border-color: rgb(84,164,174); }

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