Html Css Color HEX #5894AC Air Force Blue

📋 copy color: '#5894AC'

red 88 ◦ green 148 ◦ blue 172

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

Shades of Air Force Blue #5894AC

Tints of Air Force Blue #5894AC

RGB

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

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

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

R = 21.57%
G = 36.27%
B = 42.16%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5894AC (or 0x5894AC) is known color: Air Force Blue. HEX triplet: 58, 94 and AC. RGB value is (88,148,172). Sum of RGB (Red+Green+Blue) = 88+148+172=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 148 (58.20% from 255 or 36.27% 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 #5894AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5894AC is #A76B53. Grayscale: #848484. Windows color (decimal): -10971988 or 11310168. OLE color: 11310168.

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

Color convert

RGB 88 148 172 -
CMYK 0.49 0.14 0 0.33
HSL 197.14º 0.34% 0.51% -
HSV(B) 197.14º 0.49% 0.67% -
XYZ 22.06 26.23 42.93 -
YUV 132.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 88 148 172 0.49 0.14 0 0.33 197.14 0.34 0.51
Hex 58 94 AC 31 E 0 21 C5 22 33
Octal 130 224 254 61 16 0 41 305 42 63
Binary 1011000 10010100 10101100 110001 1110 0 100001 11000101 100010 110011

Color Harmonies of #5894AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5894AC

Black with #5894AC

Text Example


Text Example

White with #5894AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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