Html Css Color HEX #5590A7 Air Force Blue

📋 copy color: '#5590A7'

red 85 ◦ green 144 ◦ blue 167

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

Shades of Air Force Blue #5590A7

Tints of Air Force Blue #5590A7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

 BLUE value IS 167 (65.63% from 255) = 42.17%

R = 21.46%
G = 36.36%
B = 42.17%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5590A7 (or 0x5590A7) is known color: Air Force Blue. HEX triplet: 55, 90 and A7. RGB value is (85,144,167). Sum of RGB (Red+Green+Blue) = 85+144+167=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 167 - color contains mainly: blue. Hex color #5590A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5590A7 is #AA6F58. Grayscale: #808080. Windows color (decimal): -11169625 or 10981461. OLE color: 10981461.

HSL color Cylindrical-coordinate representation of color #5590A7: hue angle of 196.83º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5590A7 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 144 167 -
CMYK 0.49 0.14 0 0.35
HSL 196.83º 0.33% 0.49% -
HSV(B) 196.83º 0.49% 0.65% -
XYZ 20.69 24.67 40.23 -
YUV 128.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 85 144 167 0.49 0.14 0 0.35 196.83 0.33 0.49
Hex 55 90 A7 31 E 0 23 C5 21 31
Octal 125 220 247 61 16 0 43 305 41 61
Binary 1010101 10010000 10100111 110001 1110 0 100011 11000101 100001 110001

Color Harmonies of #5590A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5590A7

Black with #5590A7

Text Example


Text Example

White with #5590A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5590A7; }

 p { color: rgb(85,144,167); }

 H1.HeaderClassName
 {
   color: #5590A7;
 }
 .AnyTagClassName
 {
   color: #5590A7;
 }
</style>

background-color css

<style>
 a { background-color: #5590A7; }

 a { background-color: rgb(85,144,167); }

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

border-color css

<style>
 span { border-color: #5590A7; }

 span { border-color: rgb(85,144,167); }

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