Html Css Color HEX #567FAE Air Force Blue

📋 copy color: '#567FAE'

red 86 ◦ green 127 ◦ blue 174

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

Shades of Air Force Blue #567FAE

Tints of Air Force Blue #567FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 22.22%
G = 32.82%
B = 44.96%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#567FAE (or 0x567FAE) is known color: Air Force Blue. HEX triplet: 56, 7F and AE. RGB value is (86,127,174). Sum of RGB (Red+Green+Blue) = 86+127+174=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #567FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567FAE is #A98051. Grayscale: #777777. Windows color (decimal): -11108434 or 11435862. OLE color: 11435862.

HSL color Cylindrical-coordinate representation of color #567FAE: hue angle of 212.05º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #567FAE is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 127 174 -
CMYK 0.51 0.27 0 0.32
HSL 212.05º 0.35% 0.51% -
HSV(B) 212.05º 0.51% 0.68% -
XYZ 19.07 20.21 42.94 -
YUV 120.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 86 127 174 0.51 0.27 0 0.32 212.05 0.35 0.51
Hex 56 7F AE 33 1B 0 20 D4 23 33
Octal 126 177 256 63 33 0 40 324 43 63
Binary 1010110 1111111 10101110 110011 11011 0 100000 11010100 100011 110011

Color Harmonies of #567FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567FAE

Black with #567FAE

Text Example


Text Example

White with #567FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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