#5F8BA4

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

Shades of Air Force Blue #5F8BA4

Tints of Air Force Blue #5F8BA4

Color information

#5F8BA4 (or 0x5F8BA4) is unknown color: approx Air Force Blue. HEX triplet: 5F, 8B and A4. RGB value is (95,139,164). Sum of RGB (Red+Green+Blue) = 95+139+164=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 164 - color contains mainly: blue. Hex color #5F8BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8BA4 is #A0745B. Grayscale: #808080. Windows color (decimal): -10515548 or 10783583. OLE color: 10783583.

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

Color convert

RGB95139164-
CMYK0.420.1500.36
HSL201.74º27.49%50.78%-
HSV(B)201.74º42.07%64.31%-
XYZ20.6523.5838.58-
YUV128.69147.92103.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.87%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 164 (64.45% from 255) = 41.21%
R=23.87%
G=34.92%
B=41.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951391640.420.1500.36201.7427.4950.78
Hex5F8BA42AF024ca1b33
Octal13721324452170443123363
Binary10111111000101110100100101010111101001001100101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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