#568FA5

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

Shades of Air Force Blue #568FA5

Tints of Air Force Blue #568FA5

Color information

#568FA5 (or 0x568FA5) is unknown color: approx Air Force Blue. HEX triplet: 56, 8F and A5. RGB value is (86,143,165). Sum of RGB (Red+Green+Blue) = 86+143+165=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #568FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568FA5 is #A9705A. Grayscale: #808080. Windows color (decimal): -11104347 or 10850134. OLE color: 10850134.

HSL color Cylindrical-coordinate representation of color #568FA5: hue angle of 196.71º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #568FA5 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB86143165-
CMYK0.480.1300.35
HSL196.71º31.47%49.22%-
HSV(B)196.71º47.88%64.71%-
XYZ20.4524.3439.22-
YUV128.46148.6297.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.83%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 165 (64.84% from 255) = 41.88%
R=21.83%
G=36.29%
B=41.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861431650.480.1300.35196.7131.4749.22
Hex568FA530D023c51f31
Octal12621724560150433053761
Binary10101101000111110100101110000110101000111100010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568FA5; }

 p { color: rgb(86,143,165); }

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

<style>
 a { background-color: #568FA5; }

 a { background-color: rgb(86,143,165); }

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

<style>
 span { border-color: #568FA5; }

 span { border-color: rgb(86,143,165); }

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