Html Css Color HEX #557F9B Air Force Blue

📋 copy color: '#557F9B'

red 85 ◦ green 127 ◦ blue 155

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

Shades of Air Force Blue #557F9B

Tints of Air Force Blue #557F9B

RGB

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

 GREEN value IS 127 (50% from 255) = 34.6%

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

R = 23.16%
G = 34.6%
B = 42.23%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#557F9B (or 0x557F9B) is known color: Air Force Blue. HEX triplet: 55, 7F and 9B. RGB value is (85,127,155). Sum of RGB (Red+Green+Blue) = 85+127+155=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #557F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F9B is #AA8064. Grayscale: #757575. Windows color (decimal): -11173989 or 10190677. OLE color: 10190677.

HSL color Cylindrical-coordinate representation of color #557F9B: hue angle of 204º 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 #557F9B is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 127 155 -
CMYK 0.45 0.18 0 0.39
HSL 204º 0.29% 0.47% -
HSV(B) 204º 0.45% 0.61% -
XYZ 17.25 19.48 33.86 -
YUV 117.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 85 127 155 0.45 0.18 0 0.39 204 0.29 0.47
Hex 55 7F 9B 2D 12 0 27 CC 1D 2F
Octal 125 177 233 55 22 0 47 314 35 57
Binary 1010101 1111111 10011011 101101 10010 0 100111 11001100 11101 101111

Color Harmonies of #557F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F9B

Black with #557F9B

Text Example


Text Example

White with #557F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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