Html Css Color HEX #55859E Air Force Blue

📋 copy color: '#55859E'

red 85 ◦ green 133 ◦ blue 158

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

Shades of Air Force Blue #55859E

Tints of Air Force Blue #55859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 22.61%
G = 35.37%
B = 42.02%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55859E (or 0x55859E) is known color: Air Force Blue. HEX triplet: 55, 85 and 9E. RGB value is (85,133,158). Sum of RGB (Red+Green+Blue) = 85+133+158=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #55859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55859E is #AA7A61. Grayscale: #797979. Windows color (decimal): -11172450 or 10388821. OLE color: 10388821.

HSL color Cylindrical-coordinate representation of color #55859E: hue angle of 200.55º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55859E is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 133 158 -
CMYK 0.46 0.16 0 0.38
HSL 200.55º 0.3% 0.48% -
HSV(B) 200.55º 0.46% 0.62% -
XYZ 18.31 21.17 35.47 -
YUV 121.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 85 133 158 0.46 0.16 0 0.38 200.55 0.3 0.48
Hex 55 85 9E 2E 10 0 26 C9 1E 30
Octal 125 205 236 56 20 0 46 311 36 60
Binary 1010101 10000101 10011110 101110 10000 0 100110 11001001 11110 110000

Color Harmonies of #55859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55859E

Black with #55859E

Text Example


Text Example

White with #55859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55859E; }

 p { color: rgb(85,133,158); }

 H1.HeaderClassName
 {
   color: #55859E;
 }
 .AnyTagClassName
 {
   color: #55859E;
 }
</style>

background-color css

<style>
 a { background-color: #55859E; }

 a { background-color: rgb(85,133,158); }

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

border-color css

<style>
 span { border-color: #55859E; }

 span { border-color: rgb(85,133,158); }

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