#5A7BAB

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

Shades of Air Force Blue #5A7BAB

Tints of Air Force Blue #5A7BAB

Color information

#5A7BAB (or 0x5A7BAB) is unknown color: approx Air Force Blue. HEX triplet: 5A, 7B and AB. RGB value is (90,123,171). Sum of RGB (Red+Green+Blue) = 90+123+171=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7BAB is #A58454. Grayscale: #767676. Windows color (decimal): -10847317 or 11238234. OLE color: 11238234.

HSL color Cylindrical-coordinate representation of color #5A7BAB: hue angle of 215.56º degrees, saturation: 0.33, 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 #5A7BAB is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90123171-
CMYK0.470.2800.33
HSL215.56º32.53%51.18%-
HSV(B)215.56º47.37%67.06%-
XYZ18.6519.2841.27-
YUV118.6157.57107.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.44%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=23.44%
G=32.03%
B=44.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901231710.470.2800.33215.5632.5351.18
Hex5A7BAB2F1C021d82133
Octal13217325357340413304163
Binary101101011110111010101110111111100010000111011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,123,171); }

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

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

 a { background-color: rgb(90,123,171); }

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

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

 span { border-color: rgb(90,123,171); }

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