#5AA3AA

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

Shades of Cadet Blue #5AA3AA

Tints of Cadet Blue #5AA3AA

Color information

#5AA3AA (or 0x5AA3AA) is unknown color: approx Cadet Blue. HEX triplet: 5A, A3 and AA. RGB value is (90,163,170). Sum of RGB (Red+Green+Blue) = 90+163+170=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #5AA3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA3AA is #A55C55. Grayscale: #8D8D8D. Windows color (decimal): -10837078 or 11182938. OLE color: 11182938.

HSL color Cylindrical-coordinate representation of color #5AA3AA: hue angle of 185.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AA3AA is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90163170-
CMYK0.470.0400.33
HSL185.25º32%50.98%-
HSV(B)185.25º47.06%66.67%-
XYZ24.5731.2742.77-
YUV141.97143.8290.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.28%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=21.28%
G=38.53%
B=40.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901631700.470.0400.33185.253250.98
Hex5AA3AA2F4021b92033
Octal1322432525740412714063
Binary10110101010001110101010101111100010000110111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,163,170); }

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

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

 a { background-color: rgb(90,163,170); }

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

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

 span { border-color: rgb(90,163,170); }

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