Html Css Color HEX #558BB4 Air Force Blue

📋 copy color: '#558BB4'

red 85 ◦ green 139 ◦ blue 180

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

Shades of Air Force Blue #558BB4

Tints of Air Force Blue #558BB4

RGB

 RED value IS 85 (33.59% from 255) = 21.04%

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

 BLUE value IS 180 (70.7% from 255) = 44.55%

R = 21.04%
G = 34.41%
B = 44.55%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#558BB4 (or 0x558BB4) is known color: Air Force Blue. HEX triplet: 55, 8B and B4. RGB value is (85,139,180). Sum of RGB (Red+Green+Blue) = 85+139+180=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #558BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BB4 is #AA744B. Grayscale: #7F7F7F. Windows color (decimal): -11170892 or 11832149. OLE color: 11832149.

HSL color Cylindrical-coordinate representation of color #558BB4: hue angle of 205.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558BB4 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 139 180 -
CMYK 0.53 0.23 0 0.29
HSL 205.89º 0.39% 0.52% -
HSV(B) 205.89º 0.53% 0.71% -
XYZ 21.22 23.69 46.63 -
YUV 127.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 85 139 180 0.53 0.23 0 0.29 205.89 0.39 0.52
Hex 55 8B B4 35 17 0 1D CE 27 34
Octal 125 213 264 65 27 0 35 316 47 64
Binary 1010101 10001011 10110100 110101 10111 0 11101 11001110 100111 110100

Color Harmonies of #558BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BB4

Black with #558BB4

Text Example


Text Example

White with #558BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558BB4; }

 p { color: rgb(85,139,180); }

 H1.HeaderClassName
 {
   color: #558BB4;
 }
 .AnyTagClassName
 {
   color: #558BB4;
 }
</style>

background-color css

<style>
 a { background-color: #558BB4; }

 a { background-color: rgb(85,139,180); }

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

border-color css

<style>
 span { border-color: #558BB4; }

 span { border-color: rgb(85,139,180); }

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