Html Css Color HEX #5F809A Air Force Blue

📋 copy color: '#5F809A'

red 95 ◦ green 128 ◦ blue 154

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

Shades of Air Force Blue #5F809A

Tints of Air Force Blue #5F809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 25.2%
G = 33.95%
B = 40.85%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5F809A (or 0x5F809A) is known color: Air Force Blue. HEX triplet: 5F, 80 and 9A. RGB value is (95,128,154). Sum of RGB (Red+Green+Blue) = 95+128+154=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F809A is #A07F65. Grayscale: #787878. Windows color (decimal): -10518374 or 10125407. OLE color: 10125407.

HSL color Cylindrical-coordinate representation of color #5F809A: hue angle of 206.44º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F809A is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 95 128 154 -
CMYK 0.38 0.17 0 0.40
HSL 206.44º 0.24% 0.49% -
HSV(B) 206.44º 0.38% 0.6% -
XYZ 18.27 20.2 33.51 -
YUV 121.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 95 128 154 0.38 0.17 0 0.40 206.44 0.24 0.49
Hex 5F 80 9A 26 11 0 28 CE 18 31
Octal 137 200 232 46 21 0 50 316 30 61
Binary 1011111 10000000 10011010 100110 10001 0 101000 11001110 11000 110001

Color Harmonies of #5F809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F809A

Black with #5F809A

Text Example


Text Example

White with #5F809A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,128,154); }

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

background-color css

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

 a { background-color: rgb(95,128,154); }

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

border-color css

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

 span { border-color: rgb(95,128,154); }

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