Html Css Color HEX #5993AC Air Force Blue

📋 copy color: '#5993AC'

red 89 ◦ green 147 ◦ blue 172

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

Shades of Air Force Blue #5993AC

Tints of Air Force Blue #5993AC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.03%

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

R = 21.81%
G = 36.03%
B = 42.16%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5993AC (or 0x5993AC) is known color: Air Force Blue. HEX triplet: 59, 93 and AC. RGB value is (89,147,172). Sum of RGB (Red+Green+Blue) = 89+147+172=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #5993AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5993AC is #A66C53. Grayscale: #848484. Windows color (decimal): -10906708 or 11309913. OLE color: 11309913.

HSL color Cylindrical-coordinate representation of color #5993AC: hue angle of 198.07º 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 #5993AC is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 147 172 -
CMYK 0.48 0.15 0 0.33
HSL 198.07º 0.33% 0.51% -
HSV(B) 198.07º 0.48% 0.67% -
XYZ 22 25.97 42.88 -
YUV 132.51 150.28 96.97 -
System Red Green Blue C M Y K H S L
Decimal 89 147 172 0.48 0.15 0 0.33 198.07 0.33 0.51
Hex 59 93 AC 30 F 0 21 C6 21 33
Octal 131 223 254 60 17 0 41 306 41 63
Binary 1011001 10010011 10101100 110000 1111 0 100001 11000110 100001 110011

Color Harmonies of #5993AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5993AC

Black with #5993AC

Text Example


Text Example

White with #5993AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,147,172); }

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

background-color css

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

 a { background-color: rgb(89,147,172); }

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

border-color css

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

 span { border-color: rgb(89,147,172); }

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