Html Css Color HEX #5389B6 Steel Blue

📋 copy color: '#5389B6'

red 83 ◦ green 137 ◦ blue 182

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

Shades of Steel Blue #5389B6

Tints of Steel Blue #5389B6

RGB

 RED value IS 83 (32.81% from 255) = 20.65%

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

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

R = 20.65%
G = 34.08%
B = 45.27%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5389B6 (or 0x5389B6) is known color: Steel Blue. HEX triplet: 53, 89 and B6. RGB value is (83,137,182). Sum of RGB (Red+Green+Blue) = 83+137+182=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #5389B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389B6 is #AC7649. Grayscale: #7D7D7D. Windows color (decimal): -11302474 or 11962707. OLE color: 11962707.

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

Color convert

RGB 83 137 182 -
CMYK 0.54 0.25 0 0.29
HSL 207.27º 0.4% 0.52% -
HSV(B) 207.27º 0.54% 0.71% -
XYZ 20.96 23.11 47.61 -
YUV 125.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 83 137 182 0.54 0.25 0 0.29 207.27 0.4 0.52
Hex 53 89 B6 36 19 0 1D CF 28 34
Octal 123 211 266 66 31 0 35 317 50 64
Binary 1010011 10001001 10110110 110110 11001 0 11101 11001111 101000 110100

Color Harmonies of #5389B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5389B6

Black with #5389B6

Text Example


Text Example

White with #5389B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,137,182); }

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

background-color css

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

 a { background-color: rgb(83,137,182); }

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

border-color css

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

 span { border-color: rgb(83,137,182); }

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