Html Css Color HEX #5C859D Air Force Blue

📋 copy color: '#5C859D'

red 92 ◦ green 133 ◦ blue 157

#5C859D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #5C859D

Tints of Air Force Blue #5C859D

RGB

 RED value IS 92 (36.33% from 255) = 24.08%

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 24.08%
G = 34.82%
B = 41.1%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C859D (or 0x5C859D) is known color: Air Force Blue. HEX triplet: 5C, 85 and 9D. RGB value is (92,133,157). Sum of RGB (Red+Green+Blue) = 92+133+157=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C859D is #A37A62. Grayscale: #7B7B7B. Windows color (decimal): -10713699 or 10323292. OLE color: 10323292.

HSL color Cylindrical-coordinate representation of color #5C859D: hue angle of 202.15º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C859D is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 133 157 -
CMYK 0.41 0.15 0 0.38
HSL 202.15º 0.26% 0.49% -
HSV(B) 202.15º 0.41% 0.62% -
XYZ 18.89 21.48 35.05 -
YUV 123.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 92 133 157 0.41 0.15 0 0.38 202.15 0.26 0.49
Hex 5C 85 9D 29 F 0 26 CA 1A 31
Octal 134 205 235 51 17 0 46 312 32 61
Binary 1011100 10000101 10011101 101001 1111 0 100110 11001010 11010 110001

Color Harmonies of #5C859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C859D

Black with #5C859D

Text Example


Text Example

White with #5C859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C859D;
 }
 .AnyTagClassName
 {
   color: #5C859D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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