Html Css Color HEX #5D869C Air Force Blue

📋 copy color: '#5D869C'

red 93 ◦ green 134 ◦ blue 156

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

Shades of Air Force Blue #5D869C

Tints of Air Force Blue #5D869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.99%

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 24.28%
G = 34.99%
B = 40.73%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D869C (or 0x5D869C) is known color: Air Force Blue. HEX triplet: 5D, 86 and 9C. RGB value is (93,134,156). Sum of RGB (Red+Green+Blue) = 93+134+156=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D869C is #A27963. Grayscale: #7C7C7C. Windows color (decimal): -10647908 or 10258013. OLE color: 10258013.

HSL color Cylindrical-coordinate representation of color #5D869C: hue angle of 200.95º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D869C is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 134 156 -
CMYK 0.40 0.14 0 0.39
HSL 200.95º 0.25% 0.49% -
HSV(B) 200.95º 0.4% 0.61% -
XYZ 19.04 21.78 34.65 -
YUV 124.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 93 134 156 0.40 0.14 0 0.39 200.95 0.25 0.49
Hex 5D 86 9C 28 E 0 27 C9 19 31
Octal 135 206 234 50 16 0 47 311 31 61
Binary 1011101 10000110 10011100 101000 1110 0 100111 11001001 11001 110001

Color Harmonies of #5D869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D869C

Black with #5D869C

Text Example


Text Example

White with #5D869C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,134,156); }

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

background-color css

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

 a { background-color: rgb(93,134,156); }

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

border-color css

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

 span { border-color: rgb(93,134,156); }

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