#5D7DAB

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

Shades of Air Force Blue #5D7DAB

Tints of Air Force Blue #5D7DAB

Color information

#5D7DAB (or 0x5D7DAB) is unknown color: approx Air Force Blue. HEX triplet: 5D, 7D and AB. RGB value is (93,125,171). Sum of RGB (Red+Green+Blue) = 93+125+171=389 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.91% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7DAB is #A28254. Grayscale: #787878. Windows color (decimal): -10650197 or 11238749. OLE color: 11238749.

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

Color convert

RGB93125171-
CMYK0.460.2700.33
HSL215.38º31.71%51.76%-
HSV(B)215.38º45.61%67.06%-
XYZ19.219.9341.36-
YUV120.68156.4108.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.91%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=23.91%
G=32.13%
B=43.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931251710.460.2700.33215.3831.7151.76
Hex5D7DAB2E1B021d72034
Octal13517525356330413274064
Binary101110111111011010101110111011011010000111010111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,125,171); }

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

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

 a { background-color: rgb(93,125,171); }

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

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

 span { border-color: rgb(93,125,171); }

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