Html Css Color HEX #5585AC Air Force Blue

📋 copy color: '#5585AC'

red 85 ◦ green 133 ◦ blue 172

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

Shades of Air Force Blue #5585AC

Tints of Air Force Blue #5585AC

RGB

 RED value IS 85 (33.59% from 255) = 21.79%

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 21.79%
G = 34.1%
B = 44.1%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5585AC (or 0x5585AC) is known color: Air Force Blue. HEX triplet: 55, 85 and AC. RGB value is (85,133,172). Sum of RGB (Red+Green+Blue) = 85+133+172=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #5585AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5585AC is #AA7A53. Grayscale: #7A7A7A. Windows color (decimal): -11172436 or 11306325. OLE color: 11306325.

HSL color Cylindrical-coordinate representation of color #5585AC: hue angle of 206.9º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5585AC is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 133 172 -
CMYK 0.51 0.23 0 0.33
HSL 206.9º 0.34% 0.5% -
HSV(B) 206.9º 0.51% 0.67% -
XYZ 19.58 21.68 42.18 -
YUV 123.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 85 133 172 0.51 0.23 0 0.33 206.9 0.34 0.5
Hex 55 85 AC 33 17 0 21 CF 22 32
Octal 125 205 254 63 27 0 41 317 42 62
Binary 1010101 10000101 10101100 110011 10111 0 100001 11001111 100010 110010

Color Harmonies of #5585AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5585AC

Black with #5585AC

Text Example


Text Example

White with #5585AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5585AC; }

 p { color: rgb(85,133,172); }

 H1.HeaderClassName
 {
   color: #5585AC;
 }
 .AnyTagClassName
 {
   color: #5585AC;
 }
</style>

background-color css

<style>
 a { background-color: #5585AC; }

 a { background-color: rgb(85,133,172); }

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

border-color css

<style>
 span { border-color: #5585AC; }

 span { border-color: rgb(85,133,172); }

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