Html Css Color HEX #56829A Air Force Blue

📋 copy color: '#56829A'

red 86 ◦ green 130 ◦ blue 154

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

Shades of Air Force Blue #56829A

Tints of Air Force Blue #56829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 23.24%
G = 35.14%
B = 41.62%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#56829A (or 0x56829A) is known color: Air Force Blue. HEX triplet: 56, 82 and 9A. RGB value is (86,130,154). Sum of RGB (Red+Green+Blue) = 86+130+154=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #56829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56829A is #A97D65. Grayscale: #777777. Windows color (decimal): -11107686 or 10125910. OLE color: 10125910.

HSL color Cylindrical-coordinate representation of color #56829A: hue angle of 201.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56829A is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 130 154 -
CMYK 0.44 0.16 0 0.40
HSL 201.18º 0.28% 0.47% -
HSV(B) 201.18º 0.44% 0.6% -
XYZ 17.65 20.28 33.56 -
YUV 119.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 86 130 154 0.44 0.16 0 0.40 201.18 0.28 0.47
Hex 56 82 9A 2C 10 0 28 C9 1C 2F
Octal 126 202 232 54 20 0 50 311 34 57
Binary 1010110 10000010 10011010 101100 10000 0 101000 11001001 11100 101111

Color Harmonies of #56829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56829A

Black with #56829A

Text Example


Text Example

White with #56829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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