Html Css Color HEX #558CAF Air Force Blue

📋 copy color: '#558CAF'

red 85 ◦ green 140 ◦ blue 175

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

Shades of Air Force Blue #558CAF

Tints of Air Force Blue #558CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 21.25%
G = 35%
B = 43.75%

CMYK

 C value IS 0.51

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#558CAF (or 0x558CAF) is known color: Air Force Blue. HEX triplet: 55, 8C and AF. RGB value is (85,140,175). Sum of RGB (Red+Green+Blue) = 85+140+175=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #558CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558CAF is #AA7350. Grayscale: #7F7F7F. Windows color (decimal): -11170641 or 11504725. OLE color: 11504725.

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

Color convert

RGB 85 140 175 -
CMYK 0.51 0.2 0 0.31
HSL 203.33º 0.36% 0.51% -
HSV(B) 203.33º 0.51% 0.69% -
XYZ 20.86 23.78 44.05 -
YUV 127.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 85 140 175 0.51 0.2 0 0.31 203.33 0.36 0.51
Hex 55 8C AF 33 14 0 1F CB 24 33
Octal 125 214 257 63 24 0 37 313 44 63
Binary 1010101 10001100 10101111 110011 10100 0 11111 11001011 100100 110011

Color Harmonies of #558CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CAF

Black with #558CAF

Text Example


Text Example

White with #558CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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