#5AA1AD

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

Shades of Cadet Blue #5AA1AD

Tints of Cadet Blue #5AA1AD

Color information

#5AA1AD (or 0x5AA1AD) is unknown color: approx Cadet Blue. HEX triplet: 5A, A1 and AD. RGB value is (90,161,173). Sum of RGB (Red+Green+Blue) = 90+161+173=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #5AA1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA1AD is #A55E52. Grayscale: #8D8D8D. Windows color (decimal): -10837587 or 11379034. OLE color: 11379034.

HSL color Cylindrical-coordinate representation of color #5AA1AD: hue angle of 188.67º 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 #5AA1AD is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB90161173-
CMYK0.480.0700.32
HSL188.67º33.6%51.57%-
HSV(B)188.67º47.98%67.84%-
XYZ24.530.6844.17-
YUV141.14145.9891.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.23%
GREEN value IS 161 (63.28% from 255) = 37.97%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=21.23%
G=37.97%
B=40.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901611730.480.0700.32188.6733.651.57
Hex5AA1AD307020bd2234
Octal1322412556070402754264
Binary10110101010000110101101110000111010000010111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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