Html Css Color HEX #56829F Air Force Blue

📋 copy color: '#56829F'

red 86 ◦ green 130 ◦ blue 159

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

Shades of Air Force Blue #56829F

Tints of Air Force Blue #56829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 22.93%
G = 34.67%
B = 42.4%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56829F (or 0x56829F) is known color: Air Force Blue. HEX triplet: 56, 82 and 9F. RGB value is (86,130,159). Sum of RGB (Red+Green+Blue) = 86+130+159=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #56829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56829F is #A97D60. Grayscale: #777777. Windows color (decimal): -11107681 or 10453590. OLE color: 10453590.

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

Color convert

RGB 86 130 159 -
CMYK 0.46 0.18 0 0.38
HSL 203.84º 0.3% 0.48% -
HSV(B) 203.84º 0.46% 0.62% -
XYZ 18.08 20.45 35.79 -
YUV 120.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 86 130 159 0.46 0.18 0 0.38 203.84 0.3 0.48
Hex 56 82 9F 2E 12 0 26 CC 1E 30
Octal 126 202 237 56 22 0 46 314 36 60
Binary 1010110 10000010 10011111 101110 10010 0 100110 11001100 11110 110000

Color Harmonies of #56829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56829F

Black with #56829F

Text Example


Text Example

White with #56829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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