#54A89F

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

Shades of Cadet Blue #54A89F

Tints of Cadet Blue #54A89F

Color information

#54A89F (or 0x54A89F) is unknown color: approx Cadet Blue. HEX triplet: 54, A8 and 9F. RGB value is (84,168,159). Sum of RGB (Red+Green+Blue) = 84+168+159=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 168 - color contains mainly: green. Hex color #54A89F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A89F is #AB5760. Grayscale: #8D8D8D. Windows color (decimal): -11229025 or 10463316. OLE color: 10463316.

HSL color Cylindrical-coordinate representation of color #54A89F: hue angle of 173.57º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A89F is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB84168159-
CMYK0.500.050.34
HSL173.57º33.33%49.41%-
HSV(B)173.57º50%65.88%-
XYZ23.9232.3937.79-
YUV141.86137.6786.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.44%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=20.44%
G=40.88%
B=38.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841681590.500.050.34173.5733.3349.41
Hex54A89F320522ae2131
Octal1242502376205422564161
Binary10101001010100010011111110010010110001010101110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,168,159); }

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

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

 a { background-color: rgb(84,168,159); }

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

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

 span { border-color: rgb(84,168,159); }

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