Html Css Color HEX #5C8AAA Air Force Blue

📋 copy color: '#5C8AAA'

red 92 ◦ green 138 ◦ blue 170

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

Shades of Air Force Blue #5C8AAA

Tints of Air Force Blue #5C8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

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

R = 23%
G = 34.5%
B = 42.5%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C8AAA (or 0x5C8AAA) is known color: Air Force Blue. HEX triplet: 5C, 8A and AA. RGB value is (92,138,170). Sum of RGB (Red+Green+Blue) = 92+138+170=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C8AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8AAA is #A37555. Grayscale: #7F7F7F. Windows color (decimal): -10712406 or 11176540. OLE color: 11176540.

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

Color convert

RGB 92 138 170 -
CMYK 0.46 0.19 0 0.33
HSL 204.62º 0.31% 0.51% -
HSV(B) 204.62º 0.46% 0.67% -
XYZ 20.76 23.35 41.44 -
YUV 127.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 92 138 170 0.46 0.19 0 0.33 204.62 0.31 0.51
Hex 5C 8A AA 2E 13 0 21 CD 1F 33
Octal 134 212 252 56 23 0 41 315 37 63
Binary 1011100 10001010 10101010 101110 10011 0 100001 11001101 11111 110011

Color Harmonies of #5C8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8AAA

Black with #5C8AAA

Text Example


Text Example

White with #5C8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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