Html Css Color HEX #5C88A7 Air Force Blue

📋 copy color: '#5C88A7'

red 92 ◦ green 136 ◦ blue 167

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

Shades of Air Force Blue #5C88A7

Tints of Air Force Blue #5C88A7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

 BLUE value IS 167 (65.63% from 255) = 42.28%

R = 23.29%
G = 34.43%
B = 42.28%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5C88A7 (or 0x5C88A7) is known color: Air Force Blue. HEX triplet: 5C, 88 and A7. RGB value is (92,136,167). Sum of RGB (Red+Green+Blue) = 92+136+167=395 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.29% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 167 - color contains mainly: blue. Hex color #5C88A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C88A7 is #A37758. Grayscale: #7E7E7E. Windows color (decimal): -10712921 or 10979420. OLE color: 10979420.

HSL color Cylindrical-coordinate representation of color #5C88A7: hue angle of 204.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C88A7 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 136 167 -
CMYK 0.45 0.19 0 0.35
HSL 204.8º 0.3% 0.51% -
HSV(B) 204.8º 0.45% 0.65% -
XYZ 20.19 22.67 39.87 -
YUV 126.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 92 136 167 0.45 0.19 0 0.35 204.8 0.3 0.51
Hex 5C 88 A7 2D 13 0 23 CD 1E 33
Octal 134 210 247 55 23 0 43 315 36 63
Binary 1011100 10001000 10100111 101101 10011 0 100011 11001101 11110 110011

Color Harmonies of #5C88A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C88A7

Black with #5C88A7

Text Example


Text Example

White with #5C88A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,136,167); }

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

background-color css

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

 a { background-color: rgb(92,136,167); }

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

border-color css

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

 span { border-color: rgb(92,136,167); }

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