#5B7D9D

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

Shades of Air Force Blue #5B7D9D

Tints of Air Force Blue #5B7D9D

Color information

#5B7D9D (or 0x5B7D9D) is unknown color: approx Air Force Blue. HEX triplet: 5B, 7D and 9D. RGB value is (91,125,157). Sum of RGB (Red+Green+Blue) = 91+125+157=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B7D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7D9D is #A48262. Grayscale: #767676. Windows color (decimal): -10781283 or 10321243. OLE color: 10321243.

HSL color Cylindrical-coordinate representation of color #5B7D9D: hue angle of 209.09º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B7D9D is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB91125157-
CMYK0.420.2000.38
HSL209.09º26.61%48.63%-
HSV(B)209.09º42.04%61.57%-
XYZ17.7319.3334.69-
YUV118.48149.74108.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.40%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=24.40%
G=33.51%
B=42.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911251570.420.2000.38209.0926.6148.63
Hex5B7D9D2A14026d11b31
Octal13317523552240463213361
Binary10110111111101100111011010101010001001101101000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,125,157); }

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

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

 a { background-color: rgb(91,125,157); }

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

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

 span { border-color: rgb(91,125,157); }

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