Html Css Color HEX #5D899E Air Force Blue

📋 copy color: '#5D899E'

red 93 ◦ green 137 ◦ blue 158

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

Shades of Air Force Blue #5D899E

Tints of Air Force Blue #5D899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.31%

 BLUE value IS 158 (62.11% from 255) = 40.72%

R = 23.97%
G = 35.31%
B = 40.72%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D899E (or 0x5D899E) is known color: Air Force Blue. HEX triplet: 5D, 89 and 9E. RGB value is (93,137,158). Sum of RGB (Red+Green+Blue) = 93+137+158=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D899E is #A27661. Grayscale: #7E7E7E. Windows color (decimal): -10647138 or 10389853. OLE color: 10389853.

HSL color Cylindrical-coordinate representation of color #5D899E: hue angle of 199.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D899E is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 137 158 -
CMYK 0.41 0.13 0 0.38
HSL 199.38º 0.26% 0.49% -
HSV(B) 199.38º 0.41% 0.62% -
XYZ 19.63 22.69 35.69 -
YUV 126.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 93 137 158 0.41 0.13 0 0.38 199.38 0.26 0.49
Hex 5D 89 9E 29 D 0 26 C7 1A 31
Octal 135 211 236 51 15 0 46 307 32 61
Binary 1011101 10001001 10011110 101001 1101 0 100110 11000111 11010 110001

Color Harmonies of #5D899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D899E

Black with #5D899E

Text Example


Text Example

White with #5D899E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,137,158); }

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

background-color css

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

 a { background-color: rgb(93,137,158); }

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

border-color css

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

 span { border-color: rgb(93,137,158); }

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