Html Css Color HEX #558DAD Air Force Blue

📋 copy color: '#558DAD'

red 85 ◦ green 141 ◦ blue 173

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

Shades of Air Force Blue #558DAD

Tints of Air Force Blue #558DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 21.3%
G = 35.34%
B = 43.36%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#558DAD (or 0x558DAD) is known color: Air Force Blue. HEX triplet: 55, 8D and AD. RGB value is (85,141,173). Sum of RGB (Red+Green+Blue) = 85+141+173=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #558DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558DAD is #AA7252. Grayscale: #7F7F7F. Windows color (decimal): -11170387 or 11373909. OLE color: 11373909.

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

Color convert

RGB 85 141 173 -
CMYK 0.51 0.18 0 0.32
HSL 201.82º 0.35% 0.51% -
HSV(B) 201.82º 0.51% 0.68% -
XYZ 20.81 24 43.07 -
YUV 127.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 85 141 173 0.51 0.18 0 0.32 201.82 0.35 0.51
Hex 55 8D AD 33 12 0 20 CA 23 33
Octal 125 215 255 63 22 0 40 312 43 63
Binary 1010101 10001101 10101101 110011 10010 0 100000 11001010 100011 110011

Color Harmonies of #558DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558DAD

Black with #558DAD

Text Example


Text Example

White with #558DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,141,173); }

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

background-color css

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

 a { background-color: rgb(85,141,173); }

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

border-color css

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

 span { border-color: rgb(85,141,173); }

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