Html Css Color HEX #557D99 Air Force Blue

📋 copy color: '#557D99'

red 85 ◦ green 125 ◦ blue 153

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

Shades of Air Force Blue #557D99

Tints of Air Force Blue #557D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 23.42%
G = 34.44%
B = 42.15%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#557D99 (or 0x557D99) is known color: Air Force Blue. HEX triplet: 55, 7D and 99. RGB value is (85,125,153). Sum of RGB (Red+Green+Blue) = 85+125+153=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #557D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D99 is #AA8266. Grayscale: #747474. Windows color (decimal): -11174503 or 10059093. OLE color: 10059093.

HSL color Cylindrical-coordinate representation of color #557D99: hue angle of 204.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557D99 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 125 153 -
CMYK 0.44 0.18 0 0.4
HSL 204.71º 0.29% 0.47% -
HSV(B) 204.71º 0.44% 0.6% -
XYZ 16.83 18.9 32.9 -
YUV 116.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 85 125 153 0.44 0.18 0 0.4 204.71 0.29 0.47
Hex 55 7D 99 2C 12 0 28 CD 1D 2F
Octal 125 175 231 54 22 0 50 315 35 57
Binary 1010101 1111101 10011001 101100 10010 0 101000 11001101 11101 101111

Color Harmonies of #557D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D99

Black with #557D99

Text Example


Text Example

White with #557D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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