#568CA4

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

Shades of Air Force Blue #568CA4

Tints of Air Force Blue #568CA4

Color information

#568CA4 (or 0x568CA4) is unknown color: approx Air Force Blue. HEX triplet: 56, 8C and A4. RGB value is (86,140,164). Sum of RGB (Red+Green+Blue) = 86+140+164=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #568CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568CA4 is #A9735B. Grayscale: #7E7E7E. Windows color (decimal): -11105116 or 10783830. OLE color: 10783830.

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

Color convert

RGB86140164-
CMYK0.480.1500.36
HSL198.46º31.2%49.02%-
HSV(B)198.46º47.56%64.31%-
XYZ19.9223.4138.59-
YUV126.59149.1199.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=22.05%
G=35.90%
B=42.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861401640.480.1500.36198.4631.249.02
Hex568CA430F024c61f31
Octal12621424460170443063761
Binary10101101000110010100100110000111101001001100011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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