Html Css Color HEX #5090B9 Steel Blue

📋 copy color: '#5090B9'

red 80 ◦ green 144 ◦ blue 185

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

Shades of Steel Blue #5090B9

Tints of Steel Blue #5090B9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

 BLUE value IS 185 (72.66% from 255) = 45.23%

R = 19.56%
G = 35.21%
B = 45.23%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5090B9 (or 0x5090B9) is known color: Steel Blue. HEX triplet: 50, 90 and B9. RGB value is (80,144,185). Sum of RGB (Red+Green+Blue) = 80+144+185=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #5090B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090B9 is #AF6F46. Grayscale: #818181. Windows color (decimal): -11497287 or 12161104. OLE color: 12161104.

HSL color Cylindrical-coordinate representation of color #5090B9: hue angle of 203.43º 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 #5090B9 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 144 185 -
CMYK 0.57 0.22 0 0.27
HSL 203.43º 0.43% 0.52% -
HSV(B) 203.43º 0.57% 0.73% -
XYZ 22.04 25.15 49.59 -
YUV 129.54 159.3 92.67 -
System Red Green Blue C M Y K H S L
Decimal 80 144 185 0.57 0.22 0 0.27 203.43 0.43 0.52
Hex 50 90 B9 39 16 0 1B CB 2B 34
Octal 120 220 271 71 26 0 33 313 53 64
Binary 1010000 10010000 10111001 111001 10110 0 11011 11001011 101011 110100

Color Harmonies of #5090B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5090B9

Black with #5090B9

Text Example


Text Example

White with #5090B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5090B9; }

 p { color: rgb(80,144,185); }

 H1.HeaderClassName
 {
   color: #5090B9;
 }
 .AnyTagClassName
 {
   color: #5090B9;
 }
</style>

background-color css

<style>
 a { background-color: #5090B9; }

 a { background-color: rgb(80,144,185); }

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

border-color css

<style>
 span { border-color: #5090B9; }

 span { border-color: rgb(80,144,185); }

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