Html Css Color HEX #558FAF Air Force Blue

📋 copy color: '#558FAF'

red 85 ◦ green 143 ◦ blue 175

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

Shades of Air Force Blue #558FAF

Tints of Air Force Blue #558FAF

RGB

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

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

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

R = 21.09%
G = 35.48%
B = 43.42%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#558FAF (or 0x558FAF) is known color: Air Force Blue. HEX triplet: 55, 8F and AF. RGB value is (85,143,175). Sum of RGB (Red+Green+Blue) = 85+143+175=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #558FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558FAF is #AA7050. Grayscale: #818181. Windows color (decimal): -11169873 or 11505493. OLE color: 11505493.

HSL color Cylindrical-coordinate representation of color #558FAF: hue angle of 201.33º 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 #558FAF is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 143 175 -
CMYK 0.51 0.18 0 0.31
HSL 201.33º 0.36% 0.51% -
HSV(B) 201.33º 0.51% 0.69% -
XYZ 21.31 24.67 44.2 -
YUV 129.31 153.78 96.4 -
System Red Green Blue C M Y K H S L
Decimal 85 143 175 0.51 0.18 0 0.31 201.33 0.36 0.51
Hex 55 8F AF 33 12 0 1F C9 24 33
Octal 125 217 257 63 22 0 37 311 44 63
Binary 1010101 10001111 10101111 110011 10010 0 11111 11001001 100100 110011

Color Harmonies of #558FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FAF

Black with #558FAF

Text Example


Text Example

White with #558FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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