Html Css Color HEX #557FAB Air Force Blue

📋 copy color: '#557FAB'

red 85 ◦ green 127 ◦ blue 171

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

Shades of Air Force Blue #557FAB

Tints of Air Force Blue #557FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 22.19%
G = 33.16%
B = 44.65%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#557FAB (or 0x557FAB) is known color: Air Force Blue. HEX triplet: 55, 7F and AB. RGB value is (85,127,171). Sum of RGB (Red+Green+Blue) = 85+127+171=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #557FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FAB is #AA8054. Grayscale: #777777. Windows color (decimal): -11173973 or 11239253. OLE color: 11239253.

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

Color convert

RGB 85 127 171 -
CMYK 0.50 0.26 0 0.33
HSL 210.7º 0.34% 0.5% -
HSV(B) 210.7º 0.5% 0.67% -
XYZ 18.69 20.05 41.41 -
YUV 119.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 85 127 171 0.50 0.26 0 0.33 210.7 0.34 0.5
Hex 55 7F AB 32 1A 0 21 D3 22 32
Octal 125 177 253 62 32 0 41 323 42 62
Binary 1010101 1111111 10101011 110010 11010 0 100001 11010011 100010 110010

Color Harmonies of #557FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FAB

Black with #557FAB

Text Example


Text Example

White with #557FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557FAB; }

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

 H1.HeaderClassName
 {
   color: #557FAB;
 }
 .AnyTagClassName
 {
   color: #557FAB;
 }
</style>

background-color css

<style>
 a { background-color: #557FAB; }

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

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

border-color css

<style>
 span { border-color: #557FAB; }

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

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