Html Css Color HEX #56839E Air Force Blue

📋 copy color: '#56839E'

red 86 ◦ green 131 ◦ blue 158

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

Shades of Air Force Blue #56839E

Tints of Air Force Blue #56839E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

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

R = 22.93%
G = 34.93%
B = 42.13%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56839E (or 0x56839E) is known color: Air Force Blue. HEX triplet: 56, 83 and 9E. RGB value is (86,131,158). Sum of RGB (Red+Green+Blue) = 86+131+158=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #56839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56839E is #A97C61. Grayscale: #787878. Windows color (decimal): -11107426 or 10388310. OLE color: 10388310.

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

Color convert

RGB 86 131 158 -
CMYK 0.46 0.17 0 0.38
HSL 202.5º 0.3% 0.48% -
HSV(B) 202.5º 0.46% 0.62% -
XYZ 18.13 20.68 35.38 -
YUV 120.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 86 131 158 0.46 0.17 0 0.38 202.5 0.3 0.48
Hex 56 83 9E 2E 11 0 26 CA 1E 30
Octal 126 203 236 56 21 0 46 312 36 60
Binary 1010110 10000011 10011110 101110 10001 0 100110 11001010 11110 110000

Color Harmonies of #56839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56839E

Black with #56839E

Text Example


Text Example

White with #56839E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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