Html Css Color HEX #558BB3 Air Force Blue

📋 copy color: '#558BB3'

red 85 ◦ green 139 ◦ blue 179

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

Shades of Air Force Blue #558BB3

Tints of Air Force Blue #558BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.42%

R = 21.09%
G = 34.49%
B = 44.42%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#558BB3 (or 0x558BB3) is known color: Air Force Blue. HEX triplet: 55, 8B and B3. RGB value is (85,139,179). Sum of RGB (Red+Green+Blue) = 85+139+179=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #558BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BB3 is #AA744C. Grayscale: #7F7F7F. Windows color (decimal): -11170893 or 11766613. OLE color: 11766613.

HSL color Cylindrical-coordinate representation of color #558BB3: hue angle of 205.53º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558BB3 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 139 179 -
CMYK 0.53 0.22 0 0.30
HSL 205.53º 0.38% 0.52% -
HSV(B) 205.53º 0.53% 0.7% -
XYZ 21.12 23.65 46.1 -
YUV 127.41 157.11 97.75 -
System Red Green Blue C M Y K H S L
Decimal 85 139 179 0.53 0.22 0 0.30 205.53 0.38 0.52
Hex 55 8B B3 35 16 0 1E CE 26 34
Octal 125 213 263 65 26 0 36 316 46 64
Binary 1010101 10001011 10110011 110101 10110 0 11110 11001110 100110 110100

Color Harmonies of #558BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BB3

Black with #558BB3

Text Example


Text Example

White with #558BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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