#54A4A1

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

Shades of Cadet Blue #54A4A1

Tints of Cadet Blue #54A4A1

Color information

#54A4A1 (or 0x54A4A1) is unknown color: approx Cadet Blue. HEX triplet: 54, A4 and A1. RGB value is (84,164,161). Sum of RGB (Red+Green+Blue) = 84+164+161=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #54A4A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A4A1 is #AB5B5E. Grayscale: #8B8B8B. Windows color (decimal): -11230047 or 10593364. OLE color: 10593364.

HSL color Cylindrical-coordinate representation of color #54A4A1: hue angle of 177.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A4A1 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB84164161-
CMYK0.4900.020.36
HSL177.75º32.26%48.63%-
HSV(B)177.75º48.78%64.31%-
XYZ23.3631.0138.47-
YUV139.7414088.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 161 (63.28% from 255) = 39.36%
R=20.54%
G=40.10%
B=39.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841641610.4900.020.36177.7532.2648.63
Hex54A4A1310224b22031
Octal1242442416102442624061
Binary1010100101001001010000111000101010010010110010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,164,161); }

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

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

 a { background-color: rgb(84,164,161); }

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

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

 span { border-color: rgb(84,164,161); }

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