#54A5AC

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

Shades of Cadet Blue #54A5AC

Tints of Cadet Blue #54A5AC

Color information

#54A5AC (or 0x54A5AC) is unknown color: approx Cadet Blue. HEX triplet: 54, A5 and AC. RGB value is (84,165,172). Sum of RGB (Red+Green+Blue) = 84+165+172=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #54A5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A5AC is #AB5A53. Grayscale: #8D8D8D. Windows color (decimal): -11229780 or 11314516. OLE color: 11314516.

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

Color convert

RGB84165172-
CMYK0.510.0400.33
HSL184.77º34.65%50.2%-
HSV(B)184.77º51.16%67.45%-
XYZ24.5631.7743.87-
YUV141.58145.1686.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.95%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=19.95%
G=39.19%
B=40.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841651720.510.0400.33184.7734.6550.2
Hex54A5AC334021b92332
Octal1242452546340412714362
Binary10101001010010110101100110011100010000110111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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