Html Css Color HEX #588BA5 Air Force Blue

📋 copy color: '#588BA5'

red 88 ◦ green 139 ◦ blue 165

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

Shades of Air Force Blue #588BA5

Tints of Air Force Blue #588BA5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.46%

 BLUE value IS 165 (64.84% from 255) = 42.09%

R = 22.45%
G = 35.46%
B = 42.09%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#588BA5 (or 0x588BA5) is known color: Air Force Blue. HEX triplet: 58, 8B and A5. RGB value is (88,139,165). Sum of RGB (Red+Green+Blue) = 88+139+165=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #588BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588BA5 is #A7745A. Grayscale: #7E7E7E. Windows color (decimal): -10974299 or 10849112. OLE color: 10849112.

HSL color Cylindrical-coordinate representation of color #588BA5: hue angle of 200.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #588BA5 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 139 165 -
CMYK 0.47 0.16 0 0.35
HSL 200.26º 0.3% 0.5% -
HSV(B) 200.26º 0.47% 0.65% -
XYZ 20.05 23.26 39.03 -
YUV 126.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 88 139 165 0.47 0.16 0 0.35 200.26 0.3 0.5
Hex 58 8B A5 2F 10 0 23 C8 1E 32
Octal 130 213 245 57 20 0 43 310 36 62
Binary 1011000 10001011 10100101 101111 10000 0 100011 11001000 11110 110010

Color Harmonies of #588BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588BA5

Black with #588BA5

Text Example


Text Example

White with #588BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,139,165); }

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

background-color css

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

 a { background-color: rgb(88,139,165); }

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

border-color css

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

 span { border-color: rgb(88,139,165); }

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