Html Css Color HEX #5C87AE Air Force Blue

📋 copy color: '#5C87AE'

red 92 ◦ green 135 ◦ blue 174

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

Shades of Air Force Blue #5C87AE

Tints of Air Force Blue #5C87AE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.67%

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 22.94%
G = 33.67%
B = 43.39%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C87AE (or 0x5C87AE) is known color: Air Force Blue. HEX triplet: 5C, 87 and AE. RGB value is (92,135,174). Sum of RGB (Red+Green+Blue) = 92+135+174=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C87AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C87AE is #A37851. Grayscale: #7E7E7E. Windows color (decimal): -10713170 or 11437916. OLE color: 11437916.

HSL color Cylindrical-coordinate representation of color #5C87AE: hue angle of 208.54º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C87AE is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 135 174 -
CMYK 0.47 0.22 0 0.32
HSL 208.54º 0.34% 0.52% -
HSV(B) 208.54º 0.47% 0.68% -
XYZ 20.72 22.66 43.33 -
YUV 126.59 154.75 103.33 -
System Red Green Blue C M Y K H S L
Decimal 92 135 174 0.47 0.22 0 0.32 208.54 0.34 0.52
Hex 5C 87 AE 2F 16 0 20 D1 22 34
Octal 134 207 256 57 26 0 40 321 42 64
Binary 1011100 10000111 10101110 101111 10110 0 100000 11010001 100010 110100

Color Harmonies of #5C87AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C87AE

Black with #5C87AE

Text Example


Text Example

White with #5C87AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,135,174); }

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

background-color css

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

 a { background-color: rgb(92,135,174); }

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

border-color css

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

 span { border-color: rgb(92,135,174); }

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