Html Css Color HEX #558AAF Air Force Blue

📋 copy color: '#558AAF'

red 85 ◦ green 138 ◦ blue 175

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

Shades of Air Force Blue #558AAF

Tints of Air Force Blue #558AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 21.36%
G = 34.67%
B = 43.97%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#558AAF (or 0x558AAF) is known color: Air Force Blue. HEX triplet: 55, 8A and AF. RGB value is (85,138,175). Sum of RGB (Red+Green+Blue) = 85+138+175=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #558AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AAF is #AA7550. Grayscale: #7E7E7E. Windows color (decimal): -11171153 or 11504213. OLE color: 11504213.

HSL color Cylindrical-coordinate representation of color #558AAF: hue angle of 204.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #558AAF is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 138 175 -
CMYK 0.51 0.21 0 0.31
HSL 204.67º 0.36% 0.51% -
HSV(B) 204.67º 0.51% 0.69% -
XYZ 20.57 23.2 43.95 -
YUV 126.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 85 138 175 0.51 0.21 0 0.31 204.67 0.36 0.51
Hex 55 8A AF 33 15 0 1F CD 24 33
Octal 125 212 257 63 25 0 37 315 44 63
Binary 1010101 10001010 10101111 110011 10101 0 11111 11001101 100100 110011

Color Harmonies of #558AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558AAF

Black with #558AAF

Text Example


Text Example

White with #558AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,138,175); }

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

background-color css

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

 a { background-color: rgb(85,138,175); }

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

border-color css

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

 span { border-color: rgb(85,138,175); }

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