Html Css Color HEX #558FA6 Air Force Blue

📋 copy color: '#558FA6'

red 85 ◦ green 143 ◦ blue 166

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

Shades of Air Force Blue #558FA6

Tints of Air Force Blue #558FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.13%

R = 21.57%
G = 36.29%
B = 42.13%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#558FA6 (or 0x558FA6) is known color: Air Force Blue. HEX triplet: 55, 8F and A6. RGB value is (85,143,166). Sum of RGB (Red+Green+Blue) = 85+143+166=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #558FA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558FA6 is #AA7059. Grayscale: #808080. Windows color (decimal): -11169882 or 10915669. OLE color: 10915669.

HSL color Cylindrical-coordinate representation of color #558FA6: hue angle of 197.04º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #558FA6 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 143 166 -
CMYK 0.49 0.14 0 0.35
HSL 197.04º 0.32% 0.49% -
HSV(B) 197.04º 0.49% 0.65% -
XYZ 20.45 24.33 39.69 -
YUV 128.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 85 143 166 0.49 0.14 0 0.35 197.04 0.32 0.49
Hex 55 8F A6 31 E 0 23 C5 20 31
Octal 125 217 246 61 16 0 43 305 40 61
Binary 1010101 10001111 10100110 110001 1110 0 100011 11000101 100000 110001

Color Harmonies of #558FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FA6

Black with #558FA6

Text Example


Text Example

White with #558FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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