Html Css Color HEX #5C7EAB Air Force Blue

📋 copy color: '#5C7EAB'

red 92 ◦ green 126 ◦ blue 171

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

Shades of Air Force Blue #5C7EAB

Tints of Air Force Blue #5C7EAB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.39%

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 23.65%
G = 32.39%
B = 43.96%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C7EAB (or 0x5C7EAB) is known color: Air Force Blue. HEX triplet: 5C, 7E and AB. RGB value is (92,126,171). Sum of RGB (Red+Green+Blue) = 92+126+171=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C7EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7EAB is #A38154. Grayscale: #787878. Windows color (decimal): -10715477 or 11239004. OLE color: 11239004.

HSL color Cylindrical-coordinate representation of color #5C7EAB: hue angle of 214.18º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C7EAB is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 126 171 -
CMYK 0.46 0.26 0 0.33
HSL 214.18º 0.32% 0.52% -
HSV(B) 214.18º 0.46% 0.67% -
XYZ 19.23 20.14 41.4 -
YUV 120.96 156.24 107.34 -
System Red Green Blue C M Y K H S L
Decimal 92 126 171 0.46 0.26 0 0.33 214.18 0.32 0.52
Hex 5C 7E AB 2E 1A 0 21 D6 20 34
Octal 134 176 253 56 32 0 41 326 40 64
Binary 1011100 1111110 10101011 101110 11010 0 100001 11010110 100000 110100

Color Harmonies of #5C7EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7EAB

Black with #5C7EAB

Text Example


Text Example

White with #5C7EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,126,171); }

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

background-color css

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

 a { background-color: rgb(92,126,171); }

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

border-color css

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

 span { border-color: rgb(92,126,171); }

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