#54A89C

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

Shades of Cadet Blue #54A89C

Tints of Cadet Blue #54A89C

Color information

#54A89C (or 0x54A89C) is unknown color: approx Cadet Blue. HEX triplet: 54, A8 and 9C. RGB value is (84,168,156). Sum of RGB (Red+Green+Blue) = 84+168+156=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 168 - color contains mainly: green. Hex color #54A89C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A89C is #AB5763. Grayscale: #8D8D8D. Windows color (decimal): -11229028 or 10266708. OLE color: 10266708.

HSL color Cylindrical-coordinate representation of color #54A89C: hue angle of 171.43º 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 #54A89C is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB84168156-
CMYK0.500.070.34
HSL171.43º33.33%49.41%-
HSV(B)171.43º50%65.88%-
XYZ23.6632.2936.44-
YUV141.52136.1786.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 168 (66.02% from 255) = 41.18%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=20.59%
G=41.18%
B=38.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841681560.500.070.34171.4333.3349.41
Hex54A89C320722ab2131
Octal1242502346207422534161
Binary10101001010100010011100110010011110001010101011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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