Html Css Color HEX #56819C Air Force Blue

📋 copy color: '#56819C'

red 86 ◦ green 129 ◦ blue 156

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

Shades of Air Force Blue #56819C

Tints of Air Force Blue #56819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 23.18%
G = 34.77%
B = 42.05%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56819C (or 0x56819C) is known color: Air Force Blue. HEX triplet: 56, 81 and 9C. RGB value is (86,129,156). Sum of RGB (Red+Green+Blue) = 86+129+156=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #56819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56819C is #A97E63. Grayscale: #777777. Windows color (decimal): -11107940 or 10256726. OLE color: 10256726.

HSL color Cylindrical-coordinate representation of color #56819C: hue angle of 203.14º 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 #56819C is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 129 156 -
CMYK 0.45 0.17 0 0.39
HSL 203.14º 0.29% 0.47% -
HSV(B) 203.14º 0.45% 0.61% -
XYZ 17.69 20.08 34.4 -
YUV 119.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 86 129 156 0.45 0.17 0 0.39 203.14 0.29 0.47
Hex 56 81 9C 2D 11 0 27 CB 1D 2F
Octal 126 201 234 55 21 0 47 313 35 57
Binary 1010110 10000001 10011100 101101 10001 0 100111 11001011 11101 101111

Color Harmonies of #56819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56819C

Black with #56819C

Text Example


Text Example

White with #56819C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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