#568CA5

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

Shades of Air Force Blue #568CA5

Tints of Air Force Blue #568CA5

Color information

#568CA5 (or 0x568CA5) is unknown color: approx Air Force Blue. HEX triplet: 56, 8C and A5. RGB value is (86,140,165). Sum of RGB (Red+Green+Blue) = 86+140+165=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 165 - color contains mainly: blue. Hex color #568CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568CA5 is #A9735A. Grayscale: #7E7E7E. Windows color (decimal): -11105115 or 10849366. OLE color: 10849366.

HSL color Cylindrical-coordinate representation of color #568CA5: hue angle of 198.99º 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 #568CA5 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB86140165-
CMYK0.480.1500.35
HSL198.99º31.47%49.22%-
HSV(B)198.99º47.88%64.71%-
XYZ20.0123.4539.07-
YUV126.7149.6198.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.99%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 165 (64.84% from 255) = 42.20%
R=21.99%
G=35.81%
B=42.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861401650.480.1500.35198.9931.4749.22
Hex568CA530F023c71f31
Octal12621424560170433073761
Binary10101101000110010100101110000111101000111100011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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