#54A499

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

Shades of Cadet Blue #54A499

Tints of Cadet Blue #54A499

Color information

#54A499 (or 0x54A499) is unknown color: approx Cadet Blue. HEX triplet: 54, A4 and 99. RGB value is (84,164,153). Sum of RGB (Red+Green+Blue) = 84+164+153=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #54A499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A499 is #AB5B66. Grayscale: #8A8A8A. Windows color (decimal): -11230055 or 10069076. OLE color: 10069076.

HSL color Cylindrical-coordinate representation of color #54A499: hue angle of 171.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 #54A499 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB84164153-
CMYK0.4900.070.36
HSL171.75º32.26%48.63%-
HSV(B)171.75º48.78%64.31%-
XYZ22.6830.7434.87-
YUV138.8313688.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=20.95%
G=40.90%
B=38.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841641530.4900.070.36171.7532.2648.63
Hex54A499310724ac2031
Octal1242442316107442544061
Binary10101001010010010011001110001011110010010101100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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