Html Css Color HEX #5C8CAA Air Force Blue

📋 copy color: '#5C8CAA'

red 92 ◦ green 140 ◦ blue 170

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

Shades of Air Force Blue #5C8CAA

Tints of Air Force Blue #5C8CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

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

R = 22.89%
G = 34.83%
B = 42.29%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C8CAA (or 0x5C8CAA) is known color: Air Force Blue. HEX triplet: 5C, 8C and AA. RGB value is (92,140,170). Sum of RGB (Red+Green+Blue) = 92+140+170=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8CAA is #A37355. Grayscale: #808080. Windows color (decimal): -10711894 or 11177052. OLE color: 11177052.

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

Color convert

RGB 92 140 170 -
CMYK 0.46 0.18 0 0.33
HSL 203.08º 0.31% 0.51% -
HSV(B) 203.08º 0.46% 0.67% -
XYZ 21.05 23.93 41.54 -
YUV 129.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 92 140 170 0.46 0.18 0 0.33 203.08 0.31 0.51
Hex 5C 8C AA 2E 12 0 21 CB 1F 33
Octal 134 214 252 56 22 0 41 313 37 63
Binary 1011100 10001100 10101010 101110 10010 0 100001 11001011 11111 110011

Color Harmonies of #5C8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8CAA

Black with #5C8CAA

Text Example


Text Example

White with #5C8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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