Html Css Color HEX #588CA0 Air Force Blue

📋 copy color: '#588CA0'

red 88 ◦ green 140 ◦ blue 160

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

Shades of Air Force Blue #588CA0

Tints of Air Force Blue #588CA0

RGB

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

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

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

R = 22.68%
G = 36.08%
B = 41.24%

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

#588CA0 (or 0x588CA0) is known color: Air Force Blue. HEX triplet: 58, 8C and A0. RGB value is (88,140,160). Sum of RGB (Red+Green+Blue) = 88+140+160=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #588CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588CA0 is #A7735F. Grayscale: #7E7E7E. Windows color (decimal): -10974048 or 10521688. OLE color: 10521688.

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

Color convert

RGB 88 140 160 -
CMYK 0.45 0.12 0 0.37
HSL 196.67º 0.29% 0.49% -
HSV(B) 196.67º 0.45% 0.63% -
XYZ 19.75 23.37 36.73 -
YUV 126.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 88 140 160 0.45 0.12 0 0.37 196.67 0.29 0.49
Hex 58 8C A0 2D C 0 25 C5 1D 31
Octal 130 214 240 55 14 0 45 305 35 61
Binary 1011000 10001100 10100000 101101 1100 0 100101 11000101 11101 110001

Color Harmonies of #588CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588CA0

Black with #588CA0

Text Example


Text Example

White with #588CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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