Html Css Color HEX #567CAA Air Force Blue

📋 copy color: '#567CAA'

red 86 ◦ green 124 ◦ blue 170

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

Shades of Air Force Blue #567CAA

Tints of Air Force Blue #567CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 22.63%
G = 32.63%
B = 44.74%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#567CAA (or 0x567CAA) is known color: Air Force Blue. HEX triplet: 56, 7C and AA. RGB value is (86,124,170). Sum of RGB (Red+Green+Blue) = 86+124+170=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #567CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567CAA is #A98355. Grayscale: #757575. Windows color (decimal): -11109206 or 11172950. OLE color: 11172950.

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

Color convert

RGB 86 124 170 -
CMYK 0.49 0.27 0 0.33
HSL 212.86º 0.33% 0.5% -
HSV(B) 212.86º 0.49% 0.67% -
XYZ 18.3 19.3 40.79 -
YUV 117.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 86 124 170 0.49 0.27 0 0.33 212.86 0.33 0.5
Hex 56 7C AA 31 1B 0 21 D5 21 32
Octal 126 174 252 61 33 0 41 325 41 62
Binary 1010110 1111100 10101010 110001 11011 0 100001 11010101 100001 110010

Color Harmonies of #567CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567CAA

Black with #567CAA

Text Example


Text Example

White with #567CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,124,170); }

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

background-color css

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

 a { background-color: rgb(86,124,170); }

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

border-color css

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

 span { border-color: rgb(86,124,170); }

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