Html Css Color HEX #558FB4 Air Force Blue

📋 copy color: '#558FB4'

red 85 ◦ green 143 ◦ blue 180

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

Shades of Air Force Blue #558FB4

Tints of Air Force Blue #558FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

 BLUE value IS 180 (70.7% from 255) = 44.12%

R = 20.83%
G = 35.05%
B = 44.12%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#558FB4 (or 0x558FB4) is known color: Air Force Blue. HEX triplet: 55, 8F and B4. RGB value is (85,143,180). Sum of RGB (Red+Green+Blue) = 85+143+180=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #558FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FB4 is #AA704B. Grayscale: #818181. Windows color (decimal): -11169868 or 11833173. OLE color: 11833173.

HSL color Cylindrical-coordinate representation of color #558FB4: hue angle of 203.37º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558FB4 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 143 180 -
CMYK 0.53 0.21 0 0.29
HSL 203.37º 0.39% 0.52% -
HSV(B) 203.37º 0.53% 0.71% -
XYZ 21.81 24.87 46.83 -
YUV 129.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 85 143 180 0.53 0.21 0 0.29 203.37 0.39 0.52
Hex 55 8F B4 35 15 0 1D CB 27 34
Octal 125 217 264 65 25 0 35 313 47 64
Binary 1010101 10001111 10110100 110101 10101 0 11101 11001011 100111 110100

Color Harmonies of #558FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FB4

Black with #558FB4

Text Example


Text Example

White with #558FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,143,180); }

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

background-color css

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

 a { background-color: rgb(85,143,180); }

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

border-color css

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

 span { border-color: rgb(85,143,180); }

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