#54a7a4

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

Shades of Cadet Blue #54A7A4

Tints of Cadet Blue #54A7A4

Color information

#54A7A4 (or 0x54A7A4) is unknown color: approx Cadet Blue. HEX triplet: 54, A7 and A4. RGB value is (84,167,164). Sum of RGB (Red+Green+Blue) = 84+167+164=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 167 - color contains mainly: green. Hex color #54A7A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A7A4 is #AB585B. Grayscale: #8D8D8D. Windows color (decimal): -11229276 or 10790740. OLE color: 10790740.

HSL color Cylindrical-coordinate representation of color #54A7A4: hue angle of 177.83º 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 #54A7A4 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB84167164-
CMYK0.5000.020.35
HSL177.83º33.07%49.22%-
HSV(B)177.83º49.7%65.49%-
XYZ24.1832.240.06-
YUV141.84140.586.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.24%
GREEN value IS 167 (65.62% from 255) = 40.24%
BLUE value IS 164 (64.45% from 255) = 39.52%
R=20.24%
G=40.24%
B=39.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841671640.5000.020.35177.8333.0749.22
Hex54A7A4320223b22131
Octal1242472446202432624161
Binary1010100101001111010010011001001010001110110010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54a7a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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