Html Css Color HEX #558CA8 Air Force Blue

📋 copy color: '#558CA8'

red 85 ◦ green 140 ◦ blue 168

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

Shades of Air Force Blue #558CA8

Tints of Air Force Blue #558CA8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

 BLUE value IS 168 (66.02% from 255) = 42.75%

R = 21.63%
G = 35.62%
B = 42.75%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#558CA8 (or 0x558CA8) is known color: Air Force Blue. HEX triplet: 55, 8C and A8. RGB value is (85,140,168). Sum of RGB (Red+Green+Blue) = 85+140+168=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 168 - color contains mainly: blue. Hex color #558CA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558CA8 is #AA7357. Grayscale: #7E7E7E. Windows color (decimal): -11170648 or 11045973. OLE color: 11045973.

HSL color Cylindrical-coordinate representation of color #558CA8: hue angle of 200.24º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #558CA8 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 140 168 -
CMYK 0.49 0.17 0 0.34
HSL 200.24º 0.33% 0.5% -
HSV(B) 200.24º 0.49% 0.66% -
XYZ 20.19 23.51 40.52 -
YUV 126.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 85 140 168 0.49 0.17 0 0.34 200.24 0.33 0.5
Hex 55 8C A8 31 11 0 22 C8 21 32
Octal 125 214 250 61 21 0 42 310 41 62
Binary 1010101 10001100 10101000 110001 10001 0 100010 11001000 100001 110010

Color Harmonies of #558CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CA8

Black with #558CA8

Text Example


Text Example

White with #558CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,140,168); }

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

background-color css

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

 a { background-color: rgb(85,140,168); }

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

border-color css

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

 span { border-color: rgb(85,140,168); }

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