Html Css Color HEX #5D90AA Air Force Blue

📋 copy color: '#5D90AA'

red 93 ◦ green 144 ◦ blue 170

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

Shades of Air Force Blue #5D90AA

Tints of Air Force Blue #5D90AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 22.85%
G = 35.38%
B = 41.77%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D90AA (or 0x5D90AA) is known color: Air Force Blue. HEX triplet: 5D, 90 and AA. RGB value is (93,144,170). Sum of RGB (Red+Green+Blue) = 93+144+170=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D90AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D90AA is #A26F55. Grayscale: #838383. Windows color (decimal): -10645334 or 11178077. OLE color: 11178077.

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

Color convert

RGB 93 144 170 -
CMYK 0.45 0.15 0 0.33
HSL 200.26º 0.31% 0.52% -
HSV(B) 200.26º 0.45% 0.67% -
XYZ 21.74 25.18 41.74 -
YUV 131.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 93 144 170 0.45 0.15 0 0.33 200.26 0.31 0.52
Hex 5D 90 AA 2D F 0 21 C8 1F 34
Octal 135 220 252 55 17 0 41 310 37 64
Binary 1011101 10010000 10101010 101101 1111 0 100001 11001000 11111 110100

Color Harmonies of #5D90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D90AA

Black with #5D90AA

Text Example


Text Example

White with #5D90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,144,170); }

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

background-color css

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

 a { background-color: rgb(93,144,170); }

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

border-color css

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

 span { border-color: rgb(93,144,170); }

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