#54A6AC

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

Shades of Cadet Blue #54A6AC

Tints of Cadet Blue #54A6AC

Color information

#54A6AC (or 0x54A6AC) is unknown color: approx Cadet Blue. HEX triplet: 54, A6 and AC. RGB value is (84,166,172). Sum of RGB (Red+Green+Blue) = 84+166+172=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #54A6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A6AC is #AB5953. Grayscale: #8E8E8E. Windows color (decimal): -11229524 or 11314772. OLE color: 11314772.

HSL color Cylindrical-coordinate representation of color #54A6AC: hue angle of 184.09º degrees, saturation: 0.35, 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 #54A6AC is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84166172-
CMYK0.510.0300.33
HSL184.09º34.65%50.2%-
HSV(B)184.09º51.16%67.45%-
XYZ24.7432.1443.93-
YUV142.17144.8386.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.91%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=19.91%
G=39.34%
B=40.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841661720.510.0300.33184.0934.6550.2
Hex54A6AC333021b82332
Octal1242462546330412704362
Binary1010100101001101010110011001111010000110111000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,166,172); }

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

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

 a { background-color: rgb(84,166,172); }

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

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

 span { border-color: rgb(84,166,172); }

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