Html Css Color HEX #557DAB Air Force Blue

📋 copy color: '#557DAB'

red 85 ◦ green 125 ◦ blue 171

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

Shades of Air Force Blue #557DAB

Tints of Air Force Blue #557DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

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

R = 22.31%
G = 32.81%
B = 44.88%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#557DAB (or 0x557DAB) is known color: Air Force Blue. HEX triplet: 55, 7D and AB. RGB value is (85,125,171). Sum of RGB (Red+Green+Blue) = 85+125+171=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #557DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557DAB is #AA8254. Grayscale: #767676. Windows color (decimal): -11174485 or 11238741. OLE color: 11238741.

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

Color convert

RGB 85 125 171 -
CMYK 0.50 0.27 0 0.33
HSL 212.09º 0.34% 0.5% -
HSV(B) 212.09º 0.5% 0.67% -
XYZ 18.43 19.54 41.33 -
YUV 118.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 85 125 171 0.50 0.27 0 0.33 212.09 0.34 0.5
Hex 55 7D AB 32 1B 0 21 D4 22 32
Octal 125 175 253 62 33 0 41 324 42 62
Binary 1010101 1111101 10101011 110010 11011 0 100001 11010100 100010 110010

Color Harmonies of #557DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DAB

Black with #557DAB

Text Example


Text Example

White with #557DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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