#5D859C

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

Shades of Air Force Blue #5D859C

Tints of Air Force Blue #5D859C

Color information

#5D859C (or 0x5D859C) is unknown color: approx Air Force Blue. HEX triplet: 5D, 85 and 9C. RGB value is (93,133,156). Sum of RGB (Red+Green+Blue) = 93+133+156=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D859C is #A27A63. Grayscale: #7B7B7B. Windows color (decimal): -10648164 or 10257757. OLE color: 10257757.

HSL color Cylindrical-coordinate representation of color #5D859C: hue angle of 201.9º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D859C is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB93133156-
CMYK0.400.1500.39
HSL201.9º25.3%48.82%-
HSV(B)201.9º40.38%61.18%-
XYZ18.921.534.61-
YUV123.66146.25106.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.35%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 156 (61.33% from 255) = 40.84%
R=24.35%
G=34.82%
B=40.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931331560.400.1500.39201.925.348.82
Hex5D859C28F027ca1931
Octal13520523450170473123161
Binary10111011000010110011100101000111101001111100101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D859C; }

 p { color: rgb(93,133,156); }

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

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

 a { background-color: rgb(93,133,156); }

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

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

 span { border-color: rgb(93,133,156); }

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