Html Css Color HEX #5389B3 Steel Blue

📋 copy color: '#5389B3'

red 83 ◦ green 137 ◦ blue 179

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

Shades of Steel Blue #5389B3

Tints of Steel Blue #5389B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.86%

R = 20.8%
G = 34.34%
B = 44.86%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5389B3 (or 0x5389B3) is known color: Steel Blue. HEX triplet: 53, 89 and B3. RGB value is (83,137,179). Sum of RGB (Red+Green+Blue) = 83+137+179=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #5389B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389B3 is #AC764C. Grayscale: #7D7D7D. Windows color (decimal): -11302477 or 11766099. OLE color: 11766099.

HSL color Cylindrical-coordinate representation of color #5389B3: hue angle of 206.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5389B3 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 137 179 -
CMYK 0.54 0.23 0 0.30
HSL 206.25º 0.39% 0.51% -
HSV(B) 206.25º 0.54% 0.7% -
XYZ 20.65 22.99 46 -
YUV 125.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 83 137 179 0.54 0.23 0 0.30 206.25 0.39 0.51
Hex 53 89 B3 36 17 0 1E CE 27 33
Octal 123 211 263 66 27 0 36 316 47 63
Binary 1010011 10001001 10110011 110110 10111 0 11110 11001110 100111 110011

Color Harmonies of #5389B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5389B3

Black with #5389B3

Text Example


Text Example

White with #5389B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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