#5AA0AD

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

Shades of Cadet Blue #5AA0AD

Tints of Cadet Blue #5AA0AD

Color information

#5AA0AD (or 0x5AA0AD) is unknown color: approx Cadet Blue. HEX triplet: 5A, A0 and AD. RGB value is (90,160,173). Sum of RGB (Red+Green+Blue) = 90+160+173=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #5AA0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA0AD is #A55F52. Grayscale: #8C8C8C. Windows color (decimal): -10837843 or 11378778. OLE color: 11378778.

HSL color Cylindrical-coordinate representation of color #5AA0AD: hue angle of 189.4º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA0AD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB90160173-
CMYK0.480.0800.32
HSL189.4º33.6%51.57%-
HSV(B)189.4º47.98%67.84%-
XYZ24.3330.3344.11-
YUV140.55146.3191.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.28%
GREEN value IS 160 (62.89% from 255) = 37.83%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=21.28%
G=37.83%
B=40.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901601730.480.0800.32189.433.651.57
Hex5AA0AD308020bd2234
Octal13224025560100402754264
Binary101101010100000101011011100001000010000010111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AA0AD; }

 p { color: rgb(90,160,173); }

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

<style>
 a { background-color: #5AA0AD; }

 a { background-color: rgb(90,160,173); }

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

<style>
 span { border-color: #5AA0AD; }

 span { border-color: rgb(90,160,173); }

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