Html Css Color HEX #5D8DAD Air Force Blue

📋 copy color: '#5D8DAD'

red 93 ◦ green 141 ◦ blue 173

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

Shades of Air Force Blue #5D8DAD

Tints of Air Force Blue #5D8DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.64%

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 22.85%
G = 34.64%
B = 42.51%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D8DAD (or 0x5D8DAD) is known color: Air Force Blue. HEX triplet: 5D, 8D and AD. RGB value is (93,141,173). Sum of RGB (Red+Green+Blue) = 93+141+173=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D8DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8DAD is #A27252. Grayscale: #828282. Windows color (decimal): -10646099 or 11373917. OLE color: 11373917.

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

Color convert

RGB 93 141 173 -
CMYK 0.46 0.18 0 0.32
HSL 204º 0.33% 0.52% -
HSV(B) 204º 0.46% 0.68% -
XYZ 21.58 24.39 43.11 -
YUV 130.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 93 141 173 0.46 0.18 0 0.32 204 0.33 0.52
Hex 5D 8D AD 2E 12 0 20 CC 21 34
Octal 135 215 255 56 22 0 40 314 41 64
Binary 1011101 10001101 10101101 101110 10010 0 100000 11001100 100001 110100

Color Harmonies of #5D8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8DAD

Black with #5D8DAD

Text Example


Text Example

White with #5D8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,141,173); }

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

background-color css

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

 a { background-color: rgb(93,141,173); }

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

border-color css

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

 span { border-color: rgb(93,141,173); }

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