Html Css Color HEX #557BA9 Air Force Blue

📋 copy color: '#557BA9'

red 85 ◦ green 123 ◦ blue 169

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

Shades of Air Force Blue #557BA9

Tints of Air Force Blue #557BA9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 22.55%
G = 32.63%
B = 44.83%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#557BA9 (or 0x557BA9) is known color: Air Force Blue. HEX triplet: 55, 7B and A9. RGB value is (85,123,169). Sum of RGB (Red+Green+Blue) = 85+123+169=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #557BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BA9 is #AA8456. Grayscale: #747474. Windows color (decimal): -11174999 or 11107157. OLE color: 11107157.

HSL color Cylindrical-coordinate representation of color #557BA9: hue angle of 212.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #557BA9 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 123 169 -
CMYK 0.50 0.27 0 0.34
HSL 212.86º 0.33% 0.5% -
HSV(B) 212.86º 0.5% 0.66% -
XYZ 17.99 18.96 40.25 -
YUV 116.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 85 123 169 0.50 0.27 0 0.34 212.86 0.33 0.5
Hex 55 7B A9 32 1B 0 22 D5 21 32
Octal 125 173 251 62 33 0 42 325 41 62
Binary 1010101 1111011 10101001 110010 11011 0 100010 11010101 100001 110010

Color Harmonies of #557BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BA9

Black with #557BA9

Text Example


Text Example

White with #557BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,123,169); }

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

background-color css

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

 a { background-color: rgb(85,123,169); }

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

border-color css

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

 span { border-color: rgb(85,123,169); }

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