#658FA5

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

Shades of Air Force Blue #658FA5

Tints of Air Force Blue #658FA5

Color information

#658FA5 (or 0x658FA5) is unknown color: approx Air Force Blue. HEX triplet: 65, 8F and A5. RGB value is (101,143,165). Sum of RGB (Red+Green+Blue) = 101+143+165=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 165 - color contains mainly: blue. Hex color #658FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658FA5 is #9A705A. Grayscale: #848484. Windows color (decimal): -10121307 or 10850149. OLE color: 10850149.

HSL color Cylindrical-coordinate representation of color #658FA5: hue angle of 200.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #658FA5 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB101143165-
CMYK0.390.1300.35
HSL200.62º26.23%52.16%-
HSV(B)200.62º38.79%64.71%-
XYZ21.9825.1339.29-
YUV132.95146.09105.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 165 (64.84% from 255) = 40.34%
R=24.69%
G=34.96%
B=40.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011431650.390.1300.35200.6226.2352.16
Hex658FA527D023c91a34
Octal14521724547150433113264
Binary11001011000111110100101100111110101000111100100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658FA5; }

 p { color: rgb(101,143,165); }

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

<style>
 a { background-color: #658FA5; }

 a { background-color: rgb(101,143,165); }

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

<style>
 span { border-color: #658FA5; }

 span { border-color: rgb(101,143,165); }

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