#5D85AB

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

Shades of Air Force Blue #5D85AB

Tints of Air Force Blue #5D85AB

Color information

#5D85AB (or 0x5D85AB) is unknown color: approx Air Force Blue. HEX triplet: 5D, 85 and AB. RGB value is (93,133,171). Sum of RGB (Red+Green+Blue) = 93+133+171=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D85AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D85AB is #A27A54. Grayscale: #7D7D7D. Windows color (decimal): -10648149 or 11240797. OLE color: 11240797.

HSL color Cylindrical-coordinate representation of color #5D85AB: hue angle of 209.23º 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 #5D85AB is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB93133171-
CMYK0.460.2200.33
HSL209.23º31.71%51.76%-
HSV(B)209.23º45.61%67.06%-
XYZ20.2522.0441.72-
YUV125.37153.75104.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.43%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=23.43%
G=33.50%
B=43.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931331710.460.2200.33209.2331.7151.76
Hex5D85AB2E16021d12034
Octal13520525356260413214064
Binary1011101100001011010101110111010110010000111010001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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