Html Css Color HEX #5988A1 Air Force Blue

📋 copy color: '#5988A1'

red 89 ◦ green 136 ◦ blue 161

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

Shades of Air Force Blue #5988A1

Tints of Air Force Blue #5988A1

RGB

 RED value IS 89 (35.16% from 255) = 23.06%

 GREEN value IS 136 (53.52% from 255) = 35.23%

 BLUE value IS 161 (63.28% from 255) = 41.71%

R = 23.06%
G = 35.23%
B = 41.71%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5988A1 (or 0x5988A1) is known color: Air Force Blue. HEX triplet: 59, 88 and A1. RGB value is (89,136,161). Sum of RGB (Red+Green+Blue) = 89+136+161=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #5988A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5988A1 is #A6775E. Grayscale: #7C7C7C. Windows color (decimal): -10909535 or 10586201. OLE color: 10586201.

HSL color Cylindrical-coordinate representation of color #5988A1: hue angle of 200.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5988A1 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 136 161 -
CMYK 0.45 0.16 0 0.37
HSL 200.83º 0.29% 0.49% -
HSV(B) 200.83º 0.45% 0.63% -
XYZ 19.36 22.31 37 -
YUV 124.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 89 136 161 0.45 0.16 0 0.37 200.83 0.29 0.49
Hex 59 88 A1 2D 10 0 25 C9 1D 31
Octal 131 210 241 55 20 0 45 311 35 61
Binary 1011001 10001000 10100001 101101 10000 0 100101 11001001 11101 110001

Color Harmonies of #5988A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5988A1

Black with #5988A1

Text Example


Text Example

White with #5988A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5988A1; }

 p { color: rgb(89,136,161); }

 H1.HeaderClassName
 {
   color: #5988A1;
 }
 .AnyTagClassName
 {
   color: #5988A1;
 }
</style>

background-color css

<style>
 a { background-color: #5988A1; }

 a { background-color: rgb(89,136,161); }

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

border-color css

<style>
 span { border-color: #5988A1; }

 span { border-color: rgb(89,136,161); }

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