Html Css Color HEX #558BA1 Air Force Blue

📋 copy color: '#558BA1'

red 85 ◦ green 139 ◦ blue 161

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

Shades of Air Force Blue #558BA1

Tints of Air Force Blue #558BA1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

 BLUE value IS 161 (63.28% from 255) = 41.82%

R = 22.08%
G = 36.1%
B = 41.82%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#558BA1 (or 0x558BA1) is known color: Air Force Blue. HEX triplet: 55, 8B and A1. RGB value is (85,139,161). Sum of RGB (Red+Green+Blue) = 85+139+161=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 161 - color contains mainly: blue. Hex color #558BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558BA1 is #AA745E. Grayscale: #7D7D7D. Windows color (decimal): -11170911 or 10586965. OLE color: 10586965.

HSL color Cylindrical-coordinate representation of color #558BA1: hue angle of 197.37º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #558BA1 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 139 161 -
CMYK 0.47 0.14 0 0.37
HSL 197.37º 0.31% 0.48% -
HSV(B) 197.37º 0.47% 0.63% -
XYZ 19.41 22.97 37.13 -
YUV 125.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 85 139 161 0.47 0.14 0 0.37 197.37 0.31 0.48
Hex 55 8B A1 2F E 0 25 C5 1F 30
Octal 125 213 241 57 16 0 45 305 37 60
Binary 1010101 10001011 10100001 101111 1110 0 100101 11000101 11111 110000

Color Harmonies of #558BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BA1

Black with #558BA1

Text Example


Text Example

White with #558BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558BA1; }

 p { color: rgb(85,139,161); }

 H1.HeaderClassName
 {
   color: #558BA1;
 }
 .AnyTagClassName
 {
   color: #558BA1;
 }
</style>

background-color css

<style>
 a { background-color: #558BA1; }

 a { background-color: rgb(85,139,161); }

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

border-color css

<style>
 span { border-color: #558BA1; }

 span { border-color: rgb(85,139,161); }

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