#5f89a3

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

Shades of Air Force Blue #5F89A3

Tints of Air Force Blue #5F89A3

Color information

#5F89A3 (or 0x5F89A3) is unknown color: approx Air Force Blue. HEX triplet: 5F, 89 and A3. RGB value is (95,137,163). Sum of RGB (Red+Green+Blue) = 95+137+163=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 163 - color contains mainly: blue. Hex color #5F89A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F89A3 is #A0765C. Grayscale: #7F7F7F. Windows color (decimal): -10516061 or 10717535. OLE color: 10717535.

HSL color Cylindrical-coordinate representation of color #5F89A3: hue angle of 202.94º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F89A3 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB95137163-
CMYK0.420.1600.36
HSL202.94º26.98%50.59%-
HSV(B)202.94º41.72%63.92%-
XYZ20.2822.9738.02-
YUV127.41148.09104.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 163 (64.06% from 255) = 41.27%
R=24.05%
G=34.68%
B=41.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951371630.420.1600.36202.9426.9850.59
Hex5F89A32A10024cb1b33
Octal13721124352200443133363
Binary101111110001001101000111010101000001001001100101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f89a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,137,163); }

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

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

 a { background-color: rgb(95,137,163); }

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

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

 span { border-color: rgb(95,137,163); }

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