Html Css Color HEX #558FAC Air Force Blue

📋 copy color: '#558FAC'

red 85 ◦ green 143 ◦ blue 172

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

Shades of Air Force Blue #558FAC

Tints of Air Force Blue #558FAC

RGB

 RED value IS 85 (33.59% from 255) = 21.25%

 GREEN value IS 143 (56.25% from 255) = 35.75%

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

R = 21.25%
G = 35.75%
B = 43%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#558FAC (or 0x558FAC) is known color: Air Force Blue. HEX triplet: 55, 8F and AC. RGB value is (85,143,172). Sum of RGB (Red+Green+Blue) = 85+143+172=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #558FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558FAC is #AA7053. Grayscale: #808080. Windows color (decimal): -11169876 or 11308885. OLE color: 11308885.

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

Color convert

RGB 85 143 172 -
CMYK 0.51 0.17 0 0.33
HSL 200º 0.34% 0.5% -
HSV(B) 200º 0.51% 0.67% -
XYZ 21.02 24.55 42.66 -
YUV 128.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 85 143 172 0.51 0.17 0 0.33 200 0.34 0.5
Hex 55 8F AC 33 11 0 21 C8 22 32
Octal 125 217 254 63 21 0 41 310 42 62
Binary 1010101 10001111 10101100 110011 10001 0 100001 11001000 100010 110010

Color Harmonies of #558FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FAC

Black with #558FAC

Text Example


Text Example

White with #558FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558FAC; }

 p { color: rgb(85,143,172); }

 H1.HeaderClassName
 {
   color: #558FAC;
 }
 .AnyTagClassName
 {
   color: #558FAC;
 }
</style>

background-color css

<style>
 a { background-color: #558FAC; }

 a { background-color: rgb(85,143,172); }

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

border-color css

<style>
 span { border-color: #558FAC; }

 span { border-color: rgb(85,143,172); }

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