#567F9B

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

Shades of Air Force Blue #567F9B

Tints of Air Force Blue #567F9B

Color information

#567F9B (or 0x567F9B) is unknown color: approx Air Force Blue. HEX triplet: 56, 7F and 9B. RGB value is (86,127,155). Sum of RGB (Red+Green+Blue) = 86+127+155=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #567F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567F9B is #A98064. Grayscale: #757575. Windows color (decimal): -11108453 or 10190678. OLE color: 10190678.

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

Color convert

RGB86127155-
CMYK0.450.1800.39
HSL204.35º28.63%47.25%-
HSV(B)204.35º44.52%60.78%-
XYZ17.3419.5233.86-
YUV117.93148.92105.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=23.37%
G=34.51%
B=42.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861271550.450.1800.39204.3528.6347.25
Hex567F9B2D12027cc1d2f
Octal12617723355220473143557
Binary10101101111111100110111011011001001001111100110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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