#54A3AB

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

Shades of Cadet Blue #54A3AB

Tints of Cadet Blue #54A3AB

Color information

#54A3AB (or 0x54A3AB) is unknown color: approx Cadet Blue. HEX triplet: 54, A3 and AB. RGB value is (84,163,171). Sum of RGB (Red+Green+Blue) = 84+163+171=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #54A3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A3AB is #AB5C54. Grayscale: #8C8C8C. Windows color (decimal): -11230293 or 11248468. OLE color: 11248468.

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

Color convert

RGB84163171-
CMYK0.510.0500.33
HSL185.52º34.12%50%-
HSV(B)185.52º50.88%67.06%-
XYZ24.131.0243.25-
YUV140.29145.3387.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.10%
GREEN value IS 163 (64.06% from 255) = 39.00%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=20.10%
G=39.00%
B=40.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841631710.510.0500.33185.5234.1250
Hex54A3AB335021ba2232
Octal1242432536350412724262
Binary10101001010001110101011110011101010000110111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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