Html Css Color HEX #5994AB Air Force Blue

📋 copy color: '#5994AB'

red 89 ◦ green 148 ◦ blue 171

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

Shades of Air Force Blue #5994AB

Tints of Air Force Blue #5994AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 21.81%
G = 36.27%
B = 41.91%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5994AB (or 0x5994AB) is known color: Air Force Blue. HEX triplet: 59, 94 and AB. RGB value is (89,148,171). Sum of RGB (Red+Green+Blue) = 89+148+171=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #5994AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5994AB is #A66B54. Grayscale: #848484. Windows color (decimal): -10906453 or 11244633. OLE color: 11244633.

HSL color Cylindrical-coordinate representation of color #5994AB: hue angle of 196.83º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5994AB is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 148 171 -
CMYK 0.48 0.13 0 0.33
HSL 196.83º 0.33% 0.51% -
HSV(B) 196.83º 0.48% 0.67% -
XYZ 22.06 26.24 42.43 -
YUV 132.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 89 148 171 0.48 0.13 0 0.33 196.83 0.33 0.51
Hex 59 94 AB 30 D 0 21 C5 21 33
Octal 131 224 253 60 15 0 41 305 41 63
Binary 1011001 10010100 10101011 110000 1101 0 100001 11000101 100001 110011

Color Harmonies of #5994AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5994AB

Black with #5994AB

Text Example


Text Example

White with #5994AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5994AB; }

 p { color: rgb(89,148,171); }

 H1.HeaderClassName
 {
   color: #5994AB;
 }
 .AnyTagClassName
 {
   color: #5994AB;
 }
</style>

background-color css

<style>
 a { background-color: #5994AB; }

 a { background-color: rgb(89,148,171); }

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

border-color css

<style>
 span { border-color: #5994AB; }

 span { border-color: rgb(89,148,171); }

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