#5995AA

Color #5995AA Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5995AA

Tints of Air Force Blue #5995AA

Color information

#5995AA (or 0x5995AA) is unknown color: approx Air Force Blue. HEX triplet: 59, 95 and AA. RGB value is (89,149,170). Sum of RGB (Red+Green+Blue) = 89+149+170=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #5995AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5995AA is #A66A55. Grayscale: #858585. Windows color (decimal): -10906198 or 11179353. OLE color: 11179353.

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

Color convert

RGB89149170-
CMYK0.480.1200.33
HSL195.56º32.27%50.78%-
HSV(B)195.56º47.65%66.67%-
XYZ22.1226.5241.98-
YUV133.45148.6296.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.81%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=21.81%
G=36.52%
B=41.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891491700.480.1200.33195.5632.2750.78
Hex5995AA30C021c42033
Octal13122525260140413044063
Binary101100110010101101010101100001100010000111000100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5995AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5995AA; }

 p { color: rgb(89,149,170); }

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

<style>
 a { background-color: #5995AA; }

 a { background-color: rgb(89,149,170); }

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

<style>
 span { border-color: #5995AA; }

 span { border-color: rgb(89,149,170); }

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