Html Css Color HEX #557D98 Air Force Blue

📋 copy color: '#557D98'

red 85 ◦ green 125 ◦ blue 152

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

Shades of Air Force Blue #557D98

Tints of Air Force Blue #557D98

RGB

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

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

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

R = 23.48%
G = 34.53%
B = 41.99%

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

#557D98 (or 0x557D98) is known color: Air Force Blue. HEX triplet: 55, 7D and 98. RGB value is (85,125,152). Sum of RGB (Red+Green+Blue) = 85+125+152=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #557D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D98 is #AA8267. Grayscale: #737373. Windows color (decimal): -11174504 or 9993557. OLE color: 9993557.

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

Color convert

RGB 85 125 152 -
CMYK 0.44 0.18 0 0.40
HSL 204.18º 0.28% 0.46% -
HSV(B) 204.18º 0.44% 0.6% -
XYZ 16.75 18.87 32.46 -
YUV 116.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 85 125 152 0.44 0.18 0 0.40 204.18 0.28 0.46
Hex 55 7D 98 2C 12 0 28 CC 1C 2E
Octal 125 175 230 54 22 0 50 314 34 56
Binary 1010101 1111101 10011000 101100 10010 0 101000 11001100 11100 101110

Color Harmonies of #557D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D98

Black with #557D98

Text Example


Text Example

White with #557D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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