Html Css Color HEX #557BA8 Air Force Blue

📋 copy color: '#557BA8'

red 85 ◦ green 123 ◦ blue 168

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

Shades of Air Force Blue #557BA8

Tints of Air Force Blue #557BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.68%

R = 22.61%
G = 32.71%
B = 44.68%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#557BA8 (or 0x557BA8) is known color: Air Force Blue. HEX triplet: 55, 7B and A8. RGB value is (85,123,168). Sum of RGB (Red+Green+Blue) = 85+123+168=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 168 - color contains mainly: blue. Hex color #557BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BA8 is #AA8457. Grayscale: #747474. Windows color (decimal): -11175000 or 11041621. OLE color: 11041621.

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

Color convert

RGB 85 123 168 -
CMYK 0.49 0.27 0 0.34
HSL 212.53º 0.33% 0.5% -
HSV(B) 212.53º 0.49% 0.66% -
XYZ 17.9 18.92 39.76 -
YUV 116.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 85 123 168 0.49 0.27 0 0.34 212.53 0.33 0.5
Hex 55 7B A8 31 1B 0 22 D5 21 32
Octal 125 173 250 61 33 0 42 325 41 62
Binary 1010101 1111011 10101000 110001 11011 0 100010 11010101 100001 110010

Color Harmonies of #557BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BA8

Black with #557BA8

Text Example


Text Example

White with #557BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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