Html Css Color HEX #588DA0 Air Force Blue

📋 copy color: '#588DA0'

red 88 ◦ green 141 ◦ blue 160

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

Shades of Air Force Blue #588DA0

Tints of Air Force Blue #588DA0

RGB

 RED value IS 88 (34.77% from 255) = 22.62%

 GREEN value IS 141 (55.47% from 255) = 36.25%

 BLUE value IS 160 (62.89% from 255) = 41.13%

R = 22.62%
G = 36.25%
B = 41.13%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#588DA0 (or 0x588DA0) is known color: Air Force Blue. HEX triplet: 58, 8D and A0. RGB value is (88,141,160). Sum of RGB (Red+Green+Blue) = 88+141+160=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #588DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588DA0 is #A7725F. Grayscale: #7F7F7F. Windows color (decimal): -10973792 or 10521944. OLE color: 10521944.

HSL color Cylindrical-coordinate representation of color #588DA0: hue angle of 195.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #588DA0 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 141 160 -
CMYK 0.45 0.12 0 0.37
HSL 195.83º 0.29% 0.49% -
HSV(B) 195.83º 0.45% 0.63% -
XYZ 19.89 23.66 36.78 -
YUV 127.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 88 141 160 0.45 0.12 0 0.37 195.83 0.29 0.49
Hex 58 8D A0 2D C 0 25 C4 1D 31
Octal 130 215 240 55 14 0 45 304 35 61
Binary 1011000 10001101 10100000 101101 1100 0 100101 11000100 11101 110001

Color Harmonies of #588DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588DA0

Black with #588DA0

Text Example


Text Example

White with #588DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588DA0; }

 p { color: rgb(88,141,160); }

 H1.HeaderClassName
 {
   color: #588DA0;
 }
 .AnyTagClassName
 {
   color: #588DA0;
 }
</style>

background-color css

<style>
 a { background-color: #588DA0; }

 a { background-color: rgb(88,141,160); }

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

border-color css

<style>
 span { border-color: #588DA0; }

 span { border-color: rgb(88,141,160); }

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