Html Css Color HEX #588FA0 Air Force Blue

📋 copy color: '#588FA0'

red 88 ◦ green 143 ◦ blue 160

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

Shades of Air Force Blue #588FA0

Tints of Air Force Blue #588FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.57%

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

R = 22.51%
G = 36.57%
B = 40.92%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#588FA0 (or 0x588FA0) is known color: Air Force Blue. HEX triplet: 58, 8F and A0. RGB value is (88,143,160). Sum of RGB (Red+Green+Blue) = 88+143+160=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 160 - color contains mainly: blue. Hex color #588FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588FA0 is #A7705F. Grayscale: #808080. Windows color (decimal): -10973280 or 10522456. OLE color: 10522456.

HSL color Cylindrical-coordinate representation of color #588FA0: hue angle of 194.17º 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 #588FA0 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 143 160 -
CMYK 0.45 0.11 0 0.37
HSL 194.17º 0.29% 0.49% -
HSV(B) 194.17º 0.45% 0.63% -
XYZ 20.19 24.26 36.88 -
YUV 128.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 88 143 160 0.45 0.11 0 0.37 194.17 0.29 0.49
Hex 58 8F A0 2D B 0 25 C2 1D 31
Octal 130 217 240 55 13 0 45 302 35 61
Binary 1011000 10001111 10100000 101101 1011 0 100101 11000010 11101 110001

Color Harmonies of #588FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588FA0

Black with #588FA0

Text Example


Text Example

White with #588FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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