Html Css Color HEX #5890AC Air Force Blue

📋 copy color: '#5890AC'

red 88 ◦ green 144 ◦ blue 172

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

Shades of Air Force Blue #5890AC

Tints of Air Force Blue #5890AC

RGB

 RED value IS 88 (34.77% from 255) = 21.78%

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 21.78%
G = 35.64%
B = 42.57%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5890AC (or 0x5890AC) is known color: Air Force Blue. HEX triplet: 58, 90 and AC. RGB value is (88,144,172). Sum of RGB (Red+Green+Blue) = 88+144+172=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #5890AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5890AC is #A76F53. Grayscale: #828282. Windows color (decimal): -10973012 or 11309144. OLE color: 11309144.

HSL color Cylindrical-coordinate representation of color #5890AC: hue angle of 200º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5890AC is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 144 172 -
CMYK 0.49 0.16 0 0.33
HSL 200º 0.34% 0.51% -
HSV(B) 200º 0.49% 0.67% -
XYZ 21.44 25 42.72 -
YUV 130.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 88 144 172 0.49 0.16 0 0.33 200 0.34 0.51
Hex 58 90 AC 31 10 0 21 C8 22 33
Octal 130 220 254 61 20 0 41 310 42 63
Binary 1011000 10010000 10101100 110001 10000 0 100001 11001000 100010 110011

Color Harmonies of #5890AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5890AC

Black with #5890AC

Text Example


Text Example

White with #5890AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5890AC; }

 p { color: rgb(88,144,172); }

 H1.HeaderClassName
 {
   color: #5890AC;
 }
 .AnyTagClassName
 {
   color: #5890AC;
 }
</style>

background-color css

<style>
 a { background-color: #5890AC; }

 a { background-color: rgb(88,144,172); }

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

border-color css

<style>
 span { border-color: #5890AC; }

 span { border-color: rgb(88,144,172); }

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