Html Css Color HEX #5C8EAE Air Force Blue

📋 copy color: '#5C8EAE'

red 92 ◦ green 142 ◦ blue 174

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

Shades of Air Force Blue #5C8EAE

Tints of Air Force Blue #5C8EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.8%

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

R = 22.55%
G = 34.8%
B = 42.65%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C8EAE (or 0x5C8EAE) is known color: Air Force Blue. HEX triplet: 5C, 8E and AE. RGB value is (92,142,174). Sum of RGB (Red+Green+Blue) = 92+142+174=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C8EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8EAE is #A37151. Grayscale: #828282. Windows color (decimal): -10711378 or 11439708. OLE color: 11439708.

HSL color Cylindrical-coordinate representation of color #5C8EAE: hue angle of 203.41º 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 #5C8EAE is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 142 174 -
CMYK 0.47 0.18 0 0.32
HSL 203.41º 0.34% 0.52% -
HSV(B) 203.41º 0.47% 0.68% -
XYZ 21.73 24.68 43.66 -
YUV 130.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 92 142 174 0.47 0.18 0 0.32 203.41 0.34 0.52
Hex 5C 8E AE 2F 12 0 20 CB 22 34
Octal 134 216 256 57 22 0 40 313 42 64
Binary 1011100 10001110 10101110 101111 10010 0 100000 11001011 100010 110100

Color Harmonies of #5C8EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8EAE

Black with #5C8EAE

Text Example


Text Example

White with #5C8EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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