#558CAB

Color #558CAB Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #558CAB

Tints of Air Force Blue #558CAB

Color information

#558CAB (or 0x558CAB) is unknown color: approx Air Force Blue. HEX triplet: 55, 8C and AB. RGB value is (85,140,171). Sum of RGB (Red+Green+Blue) = 85+140+171=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #558CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558CAB is #AA7354. Grayscale: #7E7E7E. Windows color (decimal): -11170645 or 11242581. OLE color: 11242581.

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

Color convert

RGB85140171-
CMYK0.500.1800.33
HSL201.63º33.86%50.2%-
HSV(B)201.63º50.29%67.06%-
XYZ20.4823.6342.01-
YUV127.09152.7897.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=21.46%
G=35.35%
B=43.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851401710.500.1800.33201.6333.8650.2
Hex558CAB3212021ca2232
Octal12521425362220413124262
Binary1010101100011001010101111001010010010000111001010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #558CAB;
 }
 .AnyTagClassName
 {
   color: #558CAB;
 }
</style>
background-color css

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

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

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

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

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

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