Html Css Color HEX #5184B7 Steel Blue

📋 copy color: '#5184B7'

red 81 ◦ green 132 ◦ blue 183

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

Shades of Steel Blue #5184B7

Tints of Steel Blue #5184B7

RGB

 RED value IS 81 (32.03% from 255) = 20.45%

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 183 (71.88% from 255) = 46.21%

R = 20.45%
G = 33.33%
B = 46.21%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5184B7 (or 0x5184B7) is known color: Steel Blue. HEX triplet: 51, 84 and B7. RGB value is (81,132,183). Sum of RGB (Red+Green+Blue) = 81+132+183=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #5184B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5184B7 is #AE7B48. Grayscale: #7A7A7A. Windows color (decimal): -11434825 or 12026961. OLE color: 12026961.

HSL color Cylindrical-coordinate representation of color #5184B7: hue angle of 210º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5184B7 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 132 183 -
CMYK 0.56 0.28 0 0.28
HSL 210º 0.41% 0.52% -
HSV(B) 210º 0.56% 0.72% -
XYZ 20.19 21.67 47.92 -
YUV 122.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 81 132 183 0.56 0.28 0 0.28 210 0.41 0.52
Hex 51 84 B7 38 1C 0 1C D2 29 34
Octal 121 204 267 70 34 0 34 322 51 64
Binary 1010001 10000100 10110111 111000 11100 0 11100 11010010 101001 110100

Color Harmonies of #5184B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5184B7

Black with #5184B7

Text Example


Text Example

White with #5184B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5184B7; }

 p { color: rgb(81,132,183); }

 H1.HeaderClassName
 {
   color: #5184B7;
 }
 .AnyTagClassName
 {
   color: #5184B7;
 }
</style>

background-color css

<style>
 a { background-color: #5184B7; }

 a { background-color: rgb(81,132,183); }

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

border-color css

<style>
 span { border-color: #5184B7; }

 span { border-color: rgb(81,132,183); }

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