Html Css Color HEX #588CAC Air Force Blue

📋 copy color: '#588CAC'

red 88 ◦ green 140 ◦ blue 172

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

Shades of Air Force Blue #588CAC

Tints of Air Force Blue #588CAC

RGB

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

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

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

R = 22%
G = 35%
B = 43%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#588CAC (or 0x588CAC) is known color: Air Force Blue. HEX triplet: 58, 8C and AC. RGB value is (88,140,172). Sum of RGB (Red+Green+Blue) = 88+140+172=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #588CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588CAC is #A77353. Grayscale: #7F7F7F. Windows color (decimal): -10974036 or 11308120. OLE color: 11308120.

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

Color convert

RGB 88 140 172 -
CMYK 0.49 0.19 0 0.33
HSL 202.86º 0.34% 0.51% -
HSV(B) 202.86º 0.49% 0.67% -
XYZ 20.85 23.81 42.53 -
YUV 128.1 152.77 99.4 -
System Red Green Blue C M Y K H S L
Decimal 88 140 172 0.49 0.19 0 0.33 202.86 0.34 0.51
Hex 58 8C AC 31 13 0 21 CB 22 33
Octal 130 214 254 61 23 0 41 313 42 63
Binary 1011000 10001100 10101100 110001 10011 0 100001 11001011 100010 110011

Color Harmonies of #588CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588CAC

Black with #588CAC

Text Example


Text Example

White with #588CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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