Html Css Color HEX #5C7BAA Air Force Blue

📋 copy color: '#5C7BAA'

red 92 ◦ green 123 ◦ blue 170

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

Shades of Air Force Blue #5C7BAA

Tints of Air Force Blue #5C7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 23.9%
G = 31.95%
B = 44.16%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C7BAA (or 0x5C7BAA) is known color: Air Force Blue. HEX triplet: 5C, 7B and AA. RGB value is (92,123,170). Sum of RGB (Red+Green+Blue) = 92+123+170=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7BAA is #A38455. Grayscale: #767676. Windows color (decimal): -10716246 or 11172700. OLE color: 11172700.

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

Color convert

RGB 92 123 170 -
CMYK 0.46 0.28 0 0.33
HSL 216.15º 0.31% 0.51% -
HSV(B) 216.15º 0.46% 0.67% -
XYZ 18.75 19.34 40.78 -
YUV 119.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 92 123 170 0.46 0.28 0 0.33 216.15 0.31 0.51
Hex 5C 7B AA 2E 1C 0 21 D8 1F 33
Octal 134 173 252 56 34 0 41 330 37 63
Binary 1011100 1111011 10101010 101110 11100 0 100001 11011000 11111 110011

Color Harmonies of #5C7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7BAA

Black with #5C7BAA

Text Example


Text Example

White with #5C7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,123,170); }

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

background-color css

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

 a { background-color: rgb(92,123,170); }

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

border-color css

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

 span { border-color: rgb(92,123,170); }

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