#5D8CAC

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

Shades of Air Force Blue #5D8CAC

Tints of Air Force Blue #5D8CAC

Color information

#5D8CAC (or 0x5D8CAC) is unknown color: approx Air Force Blue. HEX triplet: 5D, 8C and AC. RGB value is (93,140,172). Sum of RGB (Red+Green+Blue) = 93+140+172=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D8CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8CAC is #A27353. Grayscale: #818181. Windows color (decimal): -10646356 or 11308125. OLE color: 11308125.

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

Color convert

RGB93140172-
CMYK0.460.1900.33
HSL204.3º32.24%51.96%-
HSV(B)204.3º45.93%67.45%-
XYZ21.3424.0642.55-
YUV129.6151.93101.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.96%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=22.96%
G=34.57%
B=42.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931401720.460.1900.33204.332.2451.96
Hex5D8CAC2E13021cc2034
Octal13521425456230413144064
Binary1011101100011001010110010111010011010000111001100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,140,172); }

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

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

 a { background-color: rgb(93,140,172); }

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

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

 span { border-color: rgb(93,140,172); }

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