Html Css Color HEX #5F889D Air Force Blue

📋 copy color: '#5F889D'

red 95 ◦ green 136 ◦ blue 157

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

Shades of Air Force Blue #5F889D

Tints of Air Force Blue #5F889D

RGB

 RED value IS 95 (37.5% from 255) = 24.48%

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

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 24.48%
G = 35.05%
B = 40.46%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F889D (or 0x5F889D) is known color: Air Force Blue. HEX triplet: 5F, 88 and 9D. RGB value is (95,136,157). Sum of RGB (Red+Green+Blue) = 95+136+157=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F889D is #A07762. Grayscale: #7E7E7E. Windows color (decimal): -10516323 or 10324063. OLE color: 10324063.

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

Color convert

RGB 95 136 157 -
CMYK 0.39 0.13 0 0.38
HSL 200.32º 0.25% 0.49% -
HSV(B) 200.32º 0.39% 0.62% -
XYZ 19.61 22.48 35.2 -
YUV 126.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 95 136 157 0.39 0.13 0 0.38 200.32 0.25 0.49
Hex 5F 88 9D 27 D 0 26 C8 19 31
Octal 137 210 235 47 15 0 46 310 31 61
Binary 1011111 10001000 10011101 100111 1101 0 100110 11001000 11001 110001

Color Harmonies of #5F889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F889D

Black with #5F889D

Text Example


Text Example

White with #5F889D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,136,157); }

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

background-color css

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

 a { background-color: rgb(95,136,157); }

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

border-color css

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

 span { border-color: rgb(95,136,157); }

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