Html Css Color HEX #5D88AC Air Force Blue

📋 copy color: '#5D88AC'

red 93 ◦ green 136 ◦ blue 172

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

Shades of Air Force Blue #5D88AC

Tints of Air Force Blue #5D88AC

RGB

 RED value IS 93 (36.72% from 255) = 23.19%

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

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

R = 23.19%
G = 33.92%
B = 42.89%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D88AC (or 0x5D88AC) is known color: Air Force Blue. HEX triplet: 5D, 88 and AC. RGB value is (93,136,172). Sum of RGB (Red+Green+Blue) = 93+136+172=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D88AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D88AC is #A27753. Grayscale: #7F7F7F. Windows color (decimal): -10647380 or 11307101. OLE color: 11307101.

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

Color convert

RGB 93 136 172 -
CMYK 0.46 0.21 0 0.33
HSL 207.34º 0.32% 0.52% -
HSV(B) 207.34º 0.46% 0.67% -
XYZ 20.76 22.91 42.36 -
YUV 127.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 93 136 172 0.46 0.21 0 0.33 207.34 0.32 0.52
Hex 5D 88 AC 2E 15 0 21 CF 20 34
Octal 135 210 254 56 25 0 41 317 40 64
Binary 1011101 10001000 10101100 101110 10101 0 100001 11001111 100000 110100

Color Harmonies of #5D88AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D88AC

Black with #5D88AC

Text Example


Text Example

White with #5D88AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,136,172); }

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

background-color css

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

 a { background-color: rgb(93,136,172); }

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

border-color css

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

 span { border-color: rgb(93,136,172); }

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