#5F8AA4

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

Shades of Air Force Blue #5F8AA4

Tints of Air Force Blue #5F8AA4

Color information

#5F8AA4 (or 0x5F8AA4) is unknown color: approx Air Force Blue. HEX triplet: 5F, 8A and A4. RGB value is (95,138,164). Sum of RGB (Red+Green+Blue) = 95+138+164=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #5F8AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8AA4 is #A0755B. Grayscale: #7F7F7F. Windows color (decimal): -10515804 or 10783327. OLE color: 10783327.

HSL color Cylindrical-coordinate representation of color #5F8AA4: hue angle of 202.61º 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 #5F8AA4 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB95138164-
CMYK0.420.1600.36
HSL202.61º27.49%50.78%-
HSV(B)202.61º42.07%64.31%-
XYZ20.5123.2938.54-
YUV128.11148.25104.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.93%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=23.93%
G=34.76%
B=41.31%

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
Decimal951381640.420.1600.36202.6127.4950.78
Hex5F8AA42A10024cb1b33
Octal13721224452200443133363
Binary101111110001010101001001010101000001001001100101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,138,164); }

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

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

 a { background-color: rgb(95,138,164); }

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

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

 span { border-color: rgb(95,138,164); }

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