Html Css Color HEX #557D9B Air Force Blue

📋 copy color: '#557D9B'

red 85 ◦ green 125 ◦ blue 155

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

Shades of Air Force Blue #557D9B

Tints of Air Force Blue #557D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 23.29%
G = 34.25%
B = 42.47%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#557D9B (or 0x557D9B) is known color: Air Force Blue. HEX triplet: 55, 7D and 9B. RGB value is (85,125,155). Sum of RGB (Red+Green+Blue) = 85+125+155=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #557D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D9B is #AA8264. Grayscale: #747474. Windows color (decimal): -11174501 or 10190165. OLE color: 10190165.

HSL color Cylindrical-coordinate representation of color #557D9B: hue angle of 205.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #557D9B is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 125 155 -
CMYK 0.45 0.19 0 0.39
HSL 205.71º 0.29% 0.47% -
HSV(B) 205.71º 0.45% 0.61% -
XYZ 17 18.97 33.78 -
YUV 116.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 85 125 155 0.45 0.19 0 0.39 205.71 0.29 0.47
Hex 55 7D 9B 2D 13 0 27 CE 1D 2F
Octal 125 175 233 55 23 0 47 316 35 57
Binary 1010101 1111101 10011011 101101 10011 0 100111 11001110 11101 101111

Color Harmonies of #557D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D9B

Black with #557D9B

Text Example


Text Example

White with #557D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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