Html Css Color HEX #558DA8 Air Force Blue

📋 copy color: '#558DA8'

red 85 ◦ green 141 ◦ blue 168

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

Shades of Air Force Blue #558DA8

Tints of Air Force Blue #558DA8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

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

R = 21.57%
G = 35.79%
B = 42.64%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#558DA8 (or 0x558DA8) is known color: Air Force Blue. HEX triplet: 55, 8D and A8. RGB value is (85,141,168). Sum of RGB (Red+Green+Blue) = 85+141+168=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 168 - color contains mainly: blue. Hex color #558DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558DA8 is #AA7257. Grayscale: #7F7F7F. Windows color (decimal): -11170392 or 11046229. OLE color: 11046229.

HSL color Cylindrical-coordinate representation of color #558DA8: hue angle of 199.52º 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 #558DA8 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 141 168 -
CMYK 0.49 0.16 0 0.34
HSL 199.52º 0.33% 0.5% -
HSV(B) 199.52º 0.49% 0.66% -
XYZ 20.34 23.81 40.57 -
YUV 127.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 85 141 168 0.49 0.16 0 0.34 199.52 0.33 0.5
Hex 55 8D A8 31 10 0 22 C8 21 32
Octal 125 215 250 61 20 0 42 310 41 62
Binary 1010101 10001101 10101000 110001 10000 0 100010 11001000 100001 110010

Color Harmonies of #558DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558DA8

Black with #558DA8

Text Example


Text Example

White with #558DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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