Html Css Color HEX #56859E Air Force Blue

📋 copy color: '#56859E'

red 86 ◦ green 133 ◦ blue 158

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

Shades of Air Force Blue #56859E

Tints of Air Force Blue #56859E

RGB

 RED value IS 86 (33.98% from 255) = 22.81%

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

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

R = 22.81%
G = 35.28%
B = 41.91%

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

#56859E (or 0x56859E) is known color: Air Force Blue. HEX triplet: 56, 85 and 9E. RGB value is (86,133,158). Sum of RGB (Red+Green+Blue) = 86+133+158=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #56859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56859E is #A97A61. Grayscale: #797979. Windows color (decimal): -11106914 or 10388822. OLE color: 10388822.

HSL color Cylindrical-coordinate representation of color #56859E: hue angle of 200.83º 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 #56859E is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 133 158 -
CMYK 0.46 0.16 0 0.38
HSL 200.83º 0.3% 0.48% -
HSV(B) 200.83º 0.46% 0.62% -
XYZ 18.4 21.22 35.47 -
YUV 121.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 86 133 158 0.46 0.16 0 0.38 200.83 0.3 0.48
Hex 56 85 9E 2E 10 0 26 C9 1E 30
Octal 126 205 236 56 20 0 46 311 36 60
Binary 1010110 10000101 10011110 101110 10000 0 100110 11001001 11110 110000

Color Harmonies of #56859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56859E

Black with #56859E

Text Example


Text Example

White with #56859E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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