Html Css Color HEX #56829D Air Force Blue

📋 copy color: '#56829D'

red 86 ◦ green 130 ◦ blue 157

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

Shades of Air Force Blue #56829D

Tints of Air Force Blue #56829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.85%

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 23.06%
G = 34.85%
B = 42.09%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56829D (or 0x56829D) is known color: Air Force Blue. HEX triplet: 56, 82 and 9D. RGB value is (86,130,157). Sum of RGB (Red+Green+Blue) = 86+130+157=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #56829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56829D is #A97D62. Grayscale: #777777. Windows color (decimal): -11107683 or 10322518. OLE color: 10322518.

HSL color Cylindrical-coordinate representation of color #56829D: hue angle of 202.82º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56829D is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 130 157 -
CMYK 0.45 0.17 0 0.38
HSL 202.82º 0.29% 0.48% -
HSV(B) 202.82º 0.45% 0.62% -
XYZ 17.91 20.38 34.89 -
YUV 119.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 86 130 157 0.45 0.17 0 0.38 202.82 0.29 0.48
Hex 56 82 9D 2D 11 0 26 CB 1D 30
Octal 126 202 235 55 21 0 46 313 35 60
Binary 1010110 10000010 10011101 101101 10001 0 100110 11001011 11101 110000

Color Harmonies of #56829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56829D

Black with #56829D

Text Example


Text Example

White with #56829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56829D; }

 p { color: rgb(86,130,157); }

 H1.HeaderClassName
 {
   color: #56829D;
 }
 .AnyTagClassName
 {
   color: #56829D;
 }
</style>

background-color css

<style>
 a { background-color: #56829D; }

 a { background-color: rgb(86,130,157); }

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

border-color css

<style>
 span { border-color: #56829D; }

 span { border-color: rgb(86,130,157); }

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