Html Css Color HEX #5D8CAC Air Force Blue

📋 copy color: '#5D8CAC'

red 93 ◦ green 140 ◦ blue 172

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

Shades of Air Force Blue #5D8CAC

Tints of Air Force Blue #5D8CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 22.96%
G = 34.57%
B = 42.47%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D8CAC (or 0x5D8CAC) is known color: Air Force Blue. HEX triplet: 5D, 8C and AC. RGB value is (93,140,172). Sum of RGB (Red+Green+Blue) = 93+140+172=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D8CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8CAC is #A27353. Grayscale: #818181. Windows color (decimal): -10646356 or 11308125. OLE color: 11308125.

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

Color convert

RGB 93 140 172 -
CMYK 0.46 0.19 0 0.33
HSL 204.3º 0.32% 0.52% -
HSV(B) 204.3º 0.46% 0.67% -
XYZ 21.34 24.06 42.55 -
YUV 129.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 93 140 172 0.46 0.19 0 0.33 204.3 0.32 0.52
Hex 5D 8C AC 2E 13 0 21 CC 20 34
Octal 135 214 254 56 23 0 41 314 40 64
Binary 1011101 10001100 10101100 101110 10011 0 100001 11001100 100000 110100

Color Harmonies of #5D8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8CAC

Black with #5D8CAC

Text Example


Text Example

White with #5D8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,140,172); }

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

background-color css

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

 a { background-color: rgb(93,140,172); }

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

border-color css

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

 span { border-color: rgb(93,140,172); }

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