Html Css Color HEX #558DAB Air Force Blue

📋 copy color: '#558DAB'

red 85 ◦ green 141 ◦ blue 171

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

Shades of Air Force Blue #558DAB

Tints of Air Force Blue #558DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 21.41%
G = 35.52%
B = 43.07%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#558DAB (or 0x558DAB) is known color: Air Force Blue. HEX triplet: 55, 8D and AB. RGB value is (85,141,171). Sum of RGB (Red+Green+Blue) = 85+141+171=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #558DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558DAB is #AA7254. Grayscale: #7F7F7F. Windows color (decimal): -11170389 or 11242837. OLE color: 11242837.

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

Color convert

RGB 85 141 171 -
CMYK 0.50 0.18 0 0.33
HSL 200.93º 0.34% 0.5% -
HSV(B) 200.93º 0.5% 0.67% -
XYZ 20.62 23.92 42.06 -
YUV 127.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 85 141 171 0.50 0.18 0 0.33 200.93 0.34 0.5
Hex 55 8D AB 32 12 0 21 C9 22 32
Octal 125 215 253 62 22 0 41 311 42 62
Binary 1010101 10001101 10101011 110010 10010 0 100001 11001001 100010 110010

Color Harmonies of #558DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558DAB

Black with #558DAB

Text Example


Text Example

White with #558DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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