Html Css Color HEX #5089BA Steel Blue

📋 copy color: '#5089BA'

red 80 ◦ green 137 ◦ blue 186

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

Shades of Steel Blue #5089BA

Tints of Steel Blue #5089BA

RGB

 RED value IS 80 (31.64% from 255) = 19.85%

 GREEN value IS 137 (53.91% from 255) = 34%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 19.85%
G = 34%
B = 46.15%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5089BA (or 0x5089BA) is known color: Steel Blue. HEX triplet: 50, 89 and BA. RGB value is (80,137,186). Sum of RGB (Red+Green+Blue) = 80+137+186=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #5089BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5089BA is #AF7645. Grayscale: #7D7D7D. Windows color (decimal): -11499078 or 12224848. OLE color: 12224848.

HSL color Cylindrical-coordinate representation of color #5089BA: hue angle of 207.74º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5089BA is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 137 186 -
CMYK 0.57 0.26 0 0.27
HSL 207.74º 0.43% 0.52% -
HSV(B) 207.74º 0.57% 0.73% -
XYZ 21.12 23.14 49.81 -
YUV 125.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 80 137 186 0.57 0.26 0 0.27 207.74 0.43 0.52
Hex 50 89 BA 39 1A 0 1B D0 2B 34
Octal 120 211 272 71 32 0 33 320 53 64
Binary 1010000 10001001 10111010 111001 11010 0 11011 11010000 101011 110100

Color Harmonies of #5089BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5089BA

Black with #5089BA

Text Example


Text Example

White with #5089BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5089BA; }

 p { color: rgb(80,137,186); }

 H1.HeaderClassName
 {
   color: #5089BA;
 }
 .AnyTagClassName
 {
   color: #5089BA;
 }
</style>

background-color css

<style>
 a { background-color: #5089BA; }

 a { background-color: rgb(80,137,186); }

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

border-color css

<style>
 span { border-color: #5089BA; }

 span { border-color: rgb(80,137,186); }

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