#54A59E

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

Shades of Cadet Blue #54A59E

Tints of Cadet Blue #54A59E

Color information

#54A59E (or 0x54A59E) is unknown color: approx Cadet Blue. HEX triplet: 54, A5 and 9E. RGB value is (84,165,158). Sum of RGB (Red+Green+Blue) = 84+165+158=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #54A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A59E is #AB5A61. Grayscale: #8B8B8B. Windows color (decimal): -11229794 or 10397012. OLE color: 10397012.

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

Color convert

RGB84165158-
CMYK0.4900.040.35
HSL174.81º32.53%48.82%-
HSV(B)174.81º49.09%64.71%-
XYZ23.2831.2637.16-
YUV139.98138.1688.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=20.64%
G=40.54%
B=38.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841651580.4900.040.35174.8132.5348.82
Hex54A59E310423af2131
Octal1242452366104432574161
Binary10101001010010110011110110001010010001110101111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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