#5C85B0

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

Shades of Air Force Blue #5C85B0

Tints of Air Force Blue #5C85B0

Color information

#5C85B0 (or 0x5C85B0) is unknown color: approx Air Force Blue. HEX triplet: 5C, 85 and B0. RGB value is (92,133,176). Sum of RGB (Red+Green+Blue) = 92+133+176=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 176 - color contains mainly: blue. Hex color #5C85B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C85B0 is #A37A4F. Grayscale: #7D7D7D. Windows color (decimal): -10713680 or 11568476. OLE color: 11568476.

HSL color Cylindrical-coordinate representation of color #5C85B0: hue angle of 210.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C85B0 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB92133176-
CMYK0.480.2400.31
HSL210.71º34.71%52.55%-
HSV(B)210.71º47.73%69.02%-
XYZ20.6422.1844.27-
YUV125.64156.42104-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.94%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 176 (69.14% from 255) = 43.89%
R=22.94%
G=33.17%
B=43.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921331760.480.2400.31210.7134.7152.55
Hex5C85B0301801Fd32335
Octal13420526060300373234365
Binary101110010000101101100001100001100001111111010011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C85B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,133,176); }

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

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

 a { background-color: rgb(92,133,176); }

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

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

 span { border-color: rgb(92,133,176); }

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