#54A79E

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

Shades of Cadet Blue #54A79E

Tints of Cadet Blue #54A79E

Color information

#54A79E (or 0x54A79E) is unknown color: approx Cadet Blue. HEX triplet: 54, A7 and 9E. RGB value is (84,167,158). Sum of RGB (Red+Green+Blue) = 84+167+158=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 167 - color contains mainly: green. Hex color #54A79E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A79E is #AB5861. Grayscale: #8D8D8D. Windows color (decimal): -11229282 or 10397524. OLE color: 10397524.

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

Color convert

RGB84167158-
CMYK0.5000.050.35
HSL173.49º33.07%49.22%-
HSV(B)173.49º49.7%65.49%-
XYZ23.6531.9937.28-
YUV141.16137.587.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 167 (65.62% from 255) = 40.83%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=20.54%
G=40.83%
B=38.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841671580.5000.050.35173.4933.0749.22
Hex54A79E320523ad2131
Octal1242472366205432554161
Binary10101001010011110011110110010010110001110101101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,167,158); }

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

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

 a { background-color: rgb(84,167,158); }

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

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

 span { border-color: rgb(84,167,158); }

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