Html Css Color HEX #567FAC Air Force Blue

📋 copy color: '#567FAC'

red 86 ◦ green 127 ◦ blue 172

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

Shades of Air Force Blue #567FAC

Tints of Air Force Blue #567FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 22.34%
G = 32.99%
B = 44.68%

CMYK

 C value IS 0.5

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#567FAC (or 0x567FAC) is known color: Air Force Blue. HEX triplet: 56, 7F and AC. RGB value is (86,127,172). Sum of RGB (Red+Green+Blue) = 86+127+172=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #567FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567FAC is #A98053. Grayscale: #777777. Windows color (decimal): -11108436 or 11304790. OLE color: 11304790.

HSL color Cylindrical-coordinate representation of color #567FAC: hue angle of 211.4º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #567FAC is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 127 172 -
CMYK 0.5 0.26 0 0.33
HSL 211.4º 0.34% 0.51% -
HSV(B) 211.4º 0.5% 0.67% -
XYZ 18.87 20.14 41.92 -
YUV 119.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 86 127 172 0.5 0.26 0 0.33 211.4 0.34 0.51
Hex 56 7F AC 32 1A 0 21 D3 22 33
Octal 126 177 254 62 32 0 41 323 42 63
Binary 1010110 1111111 10101100 110010 11010 0 100001 11010011 100010 110011

Color Harmonies of #567FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567FAC

Black with #567FAC

Text Example


Text Example

White with #567FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567FAC; }

 p { color: rgb(86,127,172); }

 H1.HeaderClassName
 {
   color: #567FAC;
 }
 .AnyTagClassName
 {
   color: #567FAC;
 }
</style>

background-color css

<style>
 a { background-color: #567FAC; }

 a { background-color: rgb(86,127,172); }

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

border-color css

<style>
 span { border-color: #567FAC; }

 span { border-color: rgb(86,127,172); }

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