Html Css Color HEX #5D91AC Air Force Blue

📋 copy color: '#5D91AC'

red 93 ◦ green 145 ◦ blue 172

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

Shades of Air Force Blue #5D91AC

Tints of Air Force Blue #5D91AC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.37%

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

R = 22.68%
G = 35.37%
B = 41.95%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D91AC (or 0x5D91AC) is known color: Air Force Blue. HEX triplet: 5D, 91 and AC. RGB value is (93,145,172). Sum of RGB (Red+Green+Blue) = 93+145+172=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D91AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D91AC is #A26E53. Grayscale: #848484. Windows color (decimal): -10645076 or 11309405. OLE color: 11309405.

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

Color convert

RGB 93 145 172 -
CMYK 0.46 0.16 0 0.33
HSL 200.51º 0.32% 0.52% -
HSV(B) 200.51º 0.46% 0.67% -
XYZ 22.09 25.56 42.8 -
YUV 132.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 93 145 172 0.46 0.16 0 0.33 200.51 0.32 0.52
Hex 5D 91 AC 2E 10 0 21 C9 20 34
Octal 135 221 254 56 20 0 41 311 40 64
Binary 1011101 10010001 10101100 101110 10000 0 100001 11001001 100000 110100

Color Harmonies of #5D91AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D91AC

Black with #5D91AC

Text Example


Text Example

White with #5D91AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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