Html Css Color HEX #558FA7 Air Force Blue

📋 copy color: '#558FA7'

red 85 ◦ green 143 ◦ blue 167

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

Shades of Air Force Blue #558FA7

Tints of Air Force Blue #558FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.28%

R = 21.52%
G = 36.2%
B = 42.28%

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

#558FA7 (or 0x558FA7) is known color: Air Force Blue. HEX triplet: 55, 8F and A7. RGB value is (85,143,167). Sum of RGB (Red+Green+Blue) = 85+143+167=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 167 - color contains mainly: blue. Hex color #558FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558FA7 is #AA7058. Grayscale: #808080. Windows color (decimal): -11169881 or 10981205. OLE color: 10981205.

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

Color convert

RGB 85 143 167 -
CMYK 0.49 0.14 0 0.35
HSL 197.56º 0.33% 0.49% -
HSV(B) 197.56º 0.49% 0.65% -
XYZ 20.54 24.37 40.18 -
YUV 128.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 85 143 167 0.49 0.14 0 0.35 197.56 0.33 0.49
Hex 55 8F A7 31 E 0 23 C6 21 31
Octal 125 217 247 61 16 0 43 306 41 61
Binary 1010101 10001111 10100111 110001 1110 0 100011 11000110 100001 110001

Color Harmonies of #558FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FA7

Black with #558FA7

Text Example


Text Example

White with #558FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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