#567DA0

Color #567DA0 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #567DA0

Tints of Air Force Blue #567DA0

Color information

#567DA0 (or 0x567DA0) is unknown color: approx Air Force Blue. HEX triplet: 56, 7D and A0. RGB value is (86,125,160). Sum of RGB (Red+Green+Blue) = 86+125+160=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #567DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567DA0 is #A9825F. Grayscale: #757575. Windows color (decimal): -11108960 or 10517846. OLE color: 10517846.

HSL color Cylindrical-coordinate representation of color #567DA0: hue angle of 208.38º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #567DA0 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB86125160-
CMYK0.460.2200.37
HSL208.38º30.08%48.24%-
HSV(B)208.38º46.25%62.75%-
XYZ17.5219.1836.04-
YUV117.33152.08105.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 160 (62.89% from 255) = 43.13%
R=23.18%
G=33.69%
B=43.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861251600.460.2200.37208.3830.0848.24
Hex567DA02E16025d01e30
Octal12617524056260453203660
Binary10101101111101101000001011101011001001011101000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,125,160); }

 H1.HeaderClassName
 {
   color: #567DA0;
 }
 .AnyTagClassName
 {
   color: #567DA0;
 }
</style>
background-color css

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

 a { background-color: rgb(86,125,160); }

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

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

 span { border-color: rgb(86,125,160); }

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