Html Css Color HEX #5F91B1 Air Force Blue

📋 copy color: '#5F91B1'

red 95 ◦ green 145 ◦ blue 177

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

Shades of Air Force Blue #5F91B1

Tints of Air Force Blue #5F91B1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.77%

 BLUE value IS 177 (69.53% from 255) = 42.45%

R = 22.78%
G = 34.77%
B = 42.45%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5F91B1 (or 0x5F91B1) is known color: Air Force Blue. HEX triplet: 5F, 91 and B1. RGB value is (95,145,177). Sum of RGB (Red+Green+Blue) = 95+145+177=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #5F91B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F91B1 is #A06E4E. Grayscale: #858585. Windows color (decimal): -10513999 or 11637087. OLE color: 11637087.

HSL color Cylindrical-coordinate representation of color #5F91B1: hue angle of 203.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F91B1 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 145 177 -
CMYK 0.46 0.18 0 0.31
HSL 203.41º 0.34% 0.53% -
HSV(B) 203.41º 0.46% 0.69% -
XYZ 22.78 25.86 45.39 -
YUV 133.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 95 145 177 0.46 0.18 0 0.31 203.41 0.34 0.53
Hex 5F 91 B1 2E 12 0 1F CB 22 35
Octal 137 221 261 56 22 0 37 313 42 65
Binary 1011111 10010001 10110001 101110 10010 0 11111 11001011 100010 110101

Color Harmonies of #5F91B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F91B1

Black with #5F91B1

Text Example


Text Example

White with #5F91B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,145,177); }

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

background-color css

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

 a { background-color: rgb(95,145,177); }

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

border-color css

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

 span { border-color: rgb(95,145,177); }

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