Html Css Color HEX #5182B6 Steel Blue

📋 copy color: '#5182B6'

red 81 ◦ green 130 ◦ blue 182

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

Shades of Steel Blue #5182B6

Tints of Steel Blue #5182B6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.08%

 BLUE value IS 182 (71.48% from 255) = 46.31%

R = 20.61%
G = 33.08%
B = 46.31%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5182B6 (or 0x5182B6) is known color: Steel Blue. HEX triplet: 51, 82 and B6. RGB value is (81,130,182). Sum of RGB (Red+Green+Blue) = 81+130+182=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #5182B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5182B6 is #AE7D49. Grayscale: #797979. Windows color (decimal): -11435338 or 11960913. OLE color: 11960913.

HSL color Cylindrical-coordinate representation of color #5182B6: hue angle of 210.89º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5182B6 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 130 182 -
CMYK 0.55 0.29 0 0.29
HSL 210.89º 0.41% 0.52% -
HSV(B) 210.89º 0.55% 0.71% -
XYZ 19.82 21.09 47.28 -
YUV 121.28 162.27 99.27 -
System Red Green Blue C M Y K H S L
Decimal 81 130 182 0.55 0.29 0 0.29 210.89 0.41 0.52
Hex 51 82 B6 37 1D 0 1D D3 29 34
Octal 121 202 266 67 35 0 35 323 51 64
Binary 1010001 10000010 10110110 110111 11101 0 11101 11010011 101001 110100

Color Harmonies of #5182B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5182B6

Black with #5182B6

Text Example


Text Example

White with #5182B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5182B6; }

 p { color: rgb(81,130,182); }

 H1.HeaderClassName
 {
   color: #5182B6;
 }
 .AnyTagClassName
 {
   color: #5182B6;
 }
</style>

background-color css

<style>
 a { background-color: #5182B6; }

 a { background-color: rgb(81,130,182); }

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

border-color css

<style>
 span { border-color: #5182B6; }

 span { border-color: rgb(81,130,182); }

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