Html Css Color HEX #5F899E Air Force Blue

📋 copy color: '#5F899E'

red 95 ◦ green 137 ◦ blue 158

#5F899E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #5F899E

Tints of Air Force Blue #5F899E

RGB

 RED value IS 95 (37.5% from 255) = 24.36%

 GREEN value IS 137 (53.91% from 255) = 35.13%

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 24.36%
G = 35.13%
B = 40.51%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F899E (or 0x5F899E) is known color: Air Force Blue. HEX triplet: 5F, 89 and 9E. RGB value is (95,137,158). Sum of RGB (Red+Green+Blue) = 95+137+158=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F899E is #A07661. Grayscale: #7E7E7E. Windows color (decimal): -10516066 or 10389855. OLE color: 10389855.

HSL color Cylindrical-coordinate representation of color #5F899E: hue angle of 200º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F899E is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 137 158 -
CMYK 0.40 0.13 0 0.38
HSL 200º 0.25% 0.5% -
HSV(B) 200º 0.4% 0.62% -
XYZ 19.84 22.79 35.7 -
YUV 126.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 95 137 158 0.40 0.13 0 0.38 200 0.25 0.5
Hex 5F 89 9E 28 D 0 26 C8 19 32
Octal 137 211 236 50 15 0 46 310 31 62
Binary 1011111 10001001 10011110 101000 1101 0 100110 11001000 11001 110010

Color Harmonies of #5F899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F899E

Black with #5F899E

Text Example


Text Example

White with #5F899E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F899E;
 }
 .AnyTagClassName
 {
   color: #5F899E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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