#568099

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

Shades of Air Force Blue #568099

Tints of Air Force Blue #568099

Color information

#568099 (or 0x568099) is unknown color: approx Air Force Blue. HEX triplet: 56, 80 and 99. RGB value is (86,128,153). Sum of RGB (Red+Green+Blue) = 86+128+153=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #568099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568099 is #A97F66. Grayscale: #767676. Windows color (decimal): -11108199 or 10059862. OLE color: 10059862.

HSL color Cylindrical-coordinate representation of color #568099: hue angle of 202.39º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #568099 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB86128153-
CMYK0.440.1600.4
HSL202.39º28.03%46.86%-
HSV(B)202.39º43.79%60%-
XYZ17.3119.7233.03-
YUV118.29147.59104.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.43%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=23.43%
G=34.88%
B=41.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861281530.440.1600.4202.3928.0346.86
Hex5680992C10028ca1c2f
Octal12620023154200503123457
Binary101011010000000100110011011001000001010001100101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568099; }

 p { color: rgb(86,128,153); }

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

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

 a { background-color: rgb(86,128,153); }

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

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

 span { border-color: rgb(86,128,153); }

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