Html Css Color HEX #557C98 Air Force Blue

📋 copy color: '#557C98'

red 85 ◦ green 124 ◦ blue 152

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

Shades of Air Force Blue #557C98

Tints of Air Force Blue #557C98

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

 BLUE value IS 152 (59.77% from 255) = 42.11%

R = 23.55%
G = 34.35%
B = 42.11%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#557C98 (or 0x557C98) is known color: Air Force Blue. HEX triplet: 55, 7C and 98. RGB value is (85,124,152). Sum of RGB (Red+Green+Blue) = 85+124+152=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #557C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C98 is #AA8367. Grayscale: #737373. Windows color (decimal): -11174760 or 9993301. OLE color: 9993301.

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

Color convert

RGB 85 124 152 -
CMYK 0.44 0.18 0 0.40
HSL 205.07º 0.28% 0.46% -
HSV(B) 205.07º 0.44% 0.6% -
XYZ 16.62 18.61 32.42 -
YUV 115.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 85 124 152 0.44 0.18 0 0.40 205.07 0.28 0.46
Hex 55 7C 98 2C 12 0 28 CD 1C 2E
Octal 125 174 230 54 22 0 50 315 34 56
Binary 1010101 1111100 10011000 101100 10010 0 101000 11001101 11100 101110

Color Harmonies of #557C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C98

Black with #557C98

Text Example


Text Example

White with #557C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,152); }

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

background-color css

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

 a { background-color: rgb(85,124,152); }

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

border-color css

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

 span { border-color: rgb(85,124,152); }

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