#567C9C

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

Shades of Air Force Blue #567C9C

Tints of Air Force Blue #567C9C

Color information

#567C9C (or 0x567C9C) is unknown color: approx Air Force Blue. HEX triplet: 56, 7C and 9C. RGB value is (86,124,156). Sum of RGB (Red+Green+Blue) = 86+124+156=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #567C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C9C is #A98363. Grayscale: #747474. Windows color (decimal): -11109220 or 10255446. OLE color: 10255446.

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

Color convert

RGB86124156-
CMYK0.450.2100.39
HSL207.43º28.93%47.45%-
HSV(B)207.43º44.87%61.18%-
XYZ17.0518.7934.18-
YUV116.29150.41106.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=23.50%
G=33.88%
B=42.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861241560.450.2100.39207.4328.9347.45
Hex567C9C2D15027cf1d2f
Octal12617423455250473173557
Binary10101101111100100111001011011010101001111100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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