Html Css Color HEX #5C8CAC Air Force Blue

📋 copy color: '#5C8CAC'

red 92 ◦ green 140 ◦ blue 172

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

Shades of Air Force Blue #5C8CAC

Tints of Air Force Blue #5C8CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 22.77%
G = 34.65%
B = 42.57%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C8CAC (or 0x5C8CAC) is known color: Air Force Blue. HEX triplet: 5C, 8C and AC. RGB value is (92,140,172). Sum of RGB (Red+Green+Blue) = 92+140+172=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C8CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8CAC is #A37353. Grayscale: #818181. Windows color (decimal): -10711892 or 11308124. OLE color: 11308124.

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

Color convert

RGB 92 140 172 -
CMYK 0.47 0.19 0 0.33
HSL 204º 0.33% 0.52% -
HSV(B) 204º 0.47% 0.67% -
XYZ 21.24 24.01 42.54 -
YUV 129.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 92 140 172 0.47 0.19 0 0.33 204 0.33 0.52
Hex 5C 8C AC 2F 13 0 21 CC 21 34
Octal 134 214 254 57 23 0 41 314 41 64
Binary 1011100 10001100 10101100 101111 10011 0 100001 11001100 100001 110100

Color Harmonies of #5C8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8CAC

Black with #5C8CAC

Text Example


Text Example

White with #5C8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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