Html Css Color HEX #5F7C9E Air Force Blue

📋 copy color: '#5F7C9E'

red 95 ◦ green 124 ◦ blue 158

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

Shades of Air Force Blue #5F7C9E

Tints of Air Force Blue #5F7C9E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 25.2%
G = 32.89%
B = 41.91%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F7C9E (or 0x5F7C9E) is known color: Air Force Blue. HEX triplet: 5F, 7C and 9E. RGB value is (95,124,158). Sum of RGB (Red+Green+Blue) = 95+124+158=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F7C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7C9E is #A08361. Grayscale: #777777. Windows color (decimal): -10519394 or 10386527. OLE color: 10386527.

HSL color Cylindrical-coordinate representation of color #5F7C9E: hue angle of 212.38º 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 #5F7C9E is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 124 158 -
CMYK 0.40 0.22 0 0.38
HSL 212.38º 0.25% 0.5% -
HSV(B) 212.38º 0.4% 0.62% -
XYZ 18.1 19.32 35.12 -
YUV 119.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 95 124 158 0.40 0.22 0 0.38 212.38 0.25 0.5
Hex 5F 7C 9E 28 16 0 26 D4 19 32
Octal 137 174 236 50 26 0 46 324 31 62
Binary 1011111 1111100 10011110 101000 10110 0 100110 11010100 11001 110010

Color Harmonies of #5F7C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7C9E

Black with #5F7C9E

Text Example


Text Example

White with #5F7C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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