Html Css Color HEX #5591AF Air Force Blue

📋 copy color: '#5591AF'

red 85 ◦ green 145 ◦ blue 175

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

Shades of Air Force Blue #5591AF

Tints of Air Force Blue #5591AF

RGB

 RED value IS 85 (33.59% from 255) = 20.99%

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

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 20.99%
G = 35.8%
B = 43.21%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5591AF (or 0x5591AF) is known color: Air Force Blue. HEX triplet: 55, 91 and AF. RGB value is (85,145,175). Sum of RGB (Red+Green+Blue) = 85+145+175=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #5591AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5591AF is #AA6E50. Grayscale: #828282. Windows color (decimal): -11169361 or 11506005. OLE color: 11506005.

HSL color Cylindrical-coordinate representation of color #5591AF: hue angle of 200º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5591AF is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 145 175 -
CMYK 0.51 0.17 0 0.31
HSL 200º 0.36% 0.51% -
HSV(B) 200º 0.51% 0.69% -
XYZ 21.61 25.28 44.3 -
YUV 130.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 85 145 175 0.51 0.17 0 0.31 200 0.36 0.51
Hex 55 91 AF 33 11 0 1F C8 24 33
Octal 125 221 257 63 21 0 37 310 44 63
Binary 1010101 10010001 10101111 110011 10001 0 11111 11001000 100100 110011

Color Harmonies of #5591AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5591AF

Black with #5591AF

Text Example


Text Example

White with #5591AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5591AF; }

 p { color: rgb(85,145,175); }

 H1.HeaderClassName
 {
   color: #5591AF;
 }
 .AnyTagClassName
 {
   color: #5591AF;
 }
</style>

background-color css

<style>
 a { background-color: #5591AF; }

 a { background-color: rgb(85,145,175); }

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

border-color css

<style>
 span { border-color: #5591AF; }

 span { border-color: rgb(85,145,175); }

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