Html Css Color HEX #56849C Air Force Blue

📋 copy color: '#56849C'

red 86 ◦ green 132 ◦ blue 156

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

Shades of Air Force Blue #56849C

Tints of Air Force Blue #56849C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 22.99%
G = 35.29%
B = 41.71%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56849C (or 0x56849C) is known color: Air Force Blue. HEX triplet: 56, 84 and 9C. RGB value is (86,132,156). Sum of RGB (Red+Green+Blue) = 86+132+156=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #56849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56849C is #A97B63. Grayscale: #787878. Windows color (decimal): -11107172 or 10257494. OLE color: 10257494.

HSL color Cylindrical-coordinate representation of color #56849C: hue angle of 200.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56849C is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 132 156 -
CMYK 0.45 0.15 0 0.39
HSL 200.57º 0.29% 0.47% -
HSV(B) 200.57º 0.45% 0.61% -
XYZ 18.09 20.88 34.53 -
YUV 120.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 86 132 156 0.45 0.15 0 0.39 200.57 0.29 0.47
Hex 56 84 9C 2D F 0 27 C9 1D 2F
Octal 126 204 234 55 17 0 47 311 35 57
Binary 1010110 10000100 10011100 101101 1111 0 100111 11001001 11101 101111

Color Harmonies of #56849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56849C

Black with #56849C

Text Example


Text Example

White with #56849C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56849C; }

 p { color: rgb(86,132,156); }

 H1.HeaderClassName
 {
   color: #56849C;
 }
 .AnyTagClassName
 {
   color: #56849C;
 }
</style>

background-color css

<style>
 a { background-color: #56849C; }

 a { background-color: rgb(86,132,156); }

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

border-color css

<style>
 span { border-color: #56849C; }

 span { border-color: rgb(86,132,156); }

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