#5D7F9B

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

Shades of Air Force Blue #5D7F9B

Tints of Air Force Blue #5D7F9B

Color information

#5D7F9B (or 0x5D7F9B) is unknown color: approx Air Force Blue. HEX triplet: 5D, 7F and 9B. RGB value is (93,127,155). Sum of RGB (Red+Green+Blue) = 93+127+155=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D7F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7F9B is #A28064. Grayscale: #777777. Windows color (decimal): -10649701 or 10190685. OLE color: 10190685.

HSL color Cylindrical-coordinate representation of color #5D7F9B: hue angle of 207.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D7F9B is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB93127155-
CMYK0.40.1800.39
HSL207.1º25%48.63%-
HSV(B)207.1º40%60.78%-
XYZ18.0219.8733.9-
YUV120.03147.74108.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.8%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=24.8%
G=33.87%
B=41.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931271550.40.1800.39207.12548.63
Hex5D7F9B2812027cf1931
Octal13517723350220473173161
Binary10111011111111100110111010001001001001111100111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,127,155); }

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

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

 a { background-color: rgb(93,127,155); }

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

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

 span { border-color: rgb(93,127,155); }

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