Html Css Color HEX #557D9D Air Force Blue

📋 copy color: '#557D9D'

red 85 ◦ green 125 ◦ blue 157

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

Shades of Air Force Blue #557D9D

Tints of Air Force Blue #557D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 23.16%
G = 34.06%
B = 42.78%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#557D9D (or 0x557D9D) is known color: Air Force Blue. HEX triplet: 55, 7D and 9D. RGB value is (85,125,157). Sum of RGB (Red+Green+Blue) = 85+125+157=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #557D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D9D is #AA8262. Grayscale: #747474. Windows color (decimal): -11174499 or 10321237. OLE color: 10321237.

HSL color Cylindrical-coordinate representation of color #557D9D: hue angle of 206.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #557D9D is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 125 157 -
CMYK 0.46 0.20 0 0.38
HSL 206.67º 0.3% 0.47% -
HSV(B) 206.67º 0.46% 0.62% -
XYZ 17.17 19.03 34.67 -
YUV 116.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 85 125 157 0.46 0.20 0 0.38 206.67 0.3 0.47
Hex 55 7D 9D 2E 14 0 26 CF 1E 2F
Octal 125 175 235 56 24 0 46 317 36 57
Binary 1010101 1111101 10011101 101110 10100 0 100110 11001111 11110 101111

Color Harmonies of #557D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D9D

Black with #557D9D

Text Example


Text Example

White with #557D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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