#568CB5

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

Shades of Air Force Blue #568CB5

Tints of Air Force Blue #568CB5

Color information

#568CB5 (or 0x568CB5) is unknown color: approx Air Force Blue. HEX triplet: 56, 8C and B5. RGB value is (86,140,181). Sum of RGB (Red+Green+Blue) = 86+140+181=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #568CB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CB5 is #A9734A. Grayscale: #808080. Windows color (decimal): -11105099 or 11897942. OLE color: 11897942.

HSL color Cylindrical-coordinate representation of color #568CB5: hue angle of 205.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #568CB5 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86140181-
CMYK0.520.2300.29
HSL205.89º39.09%52.35%-
HSV(B)205.89º52.49%70.98%-
XYZ21.5624.0747.23-
YUV128.53157.6197.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.13%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 181 (71.09% from 255) = 44.47%
R=21.13%
G=34.40%
B=44.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861401810.520.2300.29205.8939.0952.35
Hex568CB5341701Dce2734
Octal12621426564270353164764
Binary101011010001100101101011101001011101110111001110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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