Html Css Color HEX #5C80AB Air Force Blue

📋 copy color: '#5C80AB'

red 92 ◦ green 128 ◦ blue 171

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

Shades of Air Force Blue #5C80AB

Tints of Air Force Blue #5C80AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.74%

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

R = 23.53%
G = 32.74%
B = 43.73%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C80AB (or 0x5C80AB) is known color: Air Force Blue. HEX triplet: 5C, 80 and AB. RGB value is (92,128,171). Sum of RGB (Red+Green+Blue) = 92+128+171=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C80AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C80AB is #A37F54. Grayscale: #797979. Windows color (decimal): -10714965 or 11239516. OLE color: 11239516.

HSL color Cylindrical-coordinate representation of color #5C80AB: hue angle of 212.66º 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 #5C80AB is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 128 171 -
CMYK 0.46 0.25 0 0.33
HSL 212.66º 0.32% 0.52% -
HSV(B) 212.66º 0.46% 0.67% -
XYZ 19.48 20.65 41.49 -
YUV 122.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 92 128 171 0.46 0.25 0 0.33 212.66 0.32 0.52
Hex 5C 80 AB 2E 19 0 21 D5 20 34
Octal 134 200 253 56 31 0 41 325 40 64
Binary 1011100 10000000 10101011 101110 11001 0 100001 11010101 100000 110100

Color Harmonies of #5C80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C80AB

Black with #5C80AB

Text Example


Text Example

White with #5C80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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