Html Css Color HEX #558EAE Air Force Blue

📋 copy color: '#558EAE'

red 85 ◦ green 142 ◦ blue 174

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

Shades of Air Force Blue #558EAE

Tints of Air Force Blue #558EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.41%

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 21.2%
G = 35.41%
B = 43.39%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#558EAE (or 0x558EAE) is known color: Air Force Blue. HEX triplet: 55, 8E and AE. RGB value is (85,142,174). Sum of RGB (Red+Green+Blue) = 85+142+174=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #558EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EAE is #AA7151. Grayscale: #808080. Windows color (decimal): -11170130 or 11439701. OLE color: 11439701.

HSL color Cylindrical-coordinate representation of color #558EAE: hue angle of 201.57º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #558EAE is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 142 174 -
CMYK 0.51 0.18 0 0.32
HSL 201.57º 0.35% 0.51% -
HSV(B) 201.57º 0.51% 0.68% -
XYZ 21.06 24.33 43.63 -
YUV 128.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 85 142 174 0.51 0.18 0 0.32 201.57 0.35 0.51
Hex 55 8E AE 33 12 0 20 CA 23 33
Octal 125 216 256 63 22 0 40 312 43 63
Binary 1010101 10001110 10101110 110011 10010 0 100000 11001010 100011 110011

Color Harmonies of #558EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EAE

Black with #558EAE

Text Example


Text Example

White with #558EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,142,174); }

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

background-color css

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

 a { background-color: rgb(85,142,174); }

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

border-color css

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

 span { border-color: rgb(85,142,174); }

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