Html Css Color HEX #5380B3 Steel Blue

📋 copy color: '#5380B3'

red 83 ◦ green 128 ◦ blue 179

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

Shades of Steel Blue #5380B3

Tints of Steel Blue #5380B3

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.82%

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

R = 21.28%
G = 32.82%
B = 45.9%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5380B3 (or 0x5380B3) is known color: Steel Blue. HEX triplet: 53, 80 and B3. RGB value is (83,128,179). Sum of RGB (Red+Green+Blue) = 83+128+179=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #5380B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380B3 is #AC7F4C. Grayscale: #787878. Windows color (decimal): -11304781 or 11763795. OLE color: 11763795.

HSL color Cylindrical-coordinate representation of color #5380B3: hue angle of 211.88º 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 #5380B3 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 128 179 -
CMYK 0.54 0.28 0 0.30
HSL 211.88º 0.39% 0.51% -
HSV(B) 211.88º 0.54% 0.7% -
XYZ 19.42 20.53 45.59 -
YUV 120.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 83 128 179 0.54 0.28 0 0.30 211.88 0.39 0.51
Hex 53 80 B3 36 1C 0 1E D4 27 33
Octal 123 200 263 66 34 0 36 324 47 63
Binary 1010011 10000000 10110011 110110 11100 0 11110 11010100 100111 110011

Color Harmonies of #5380B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380B3

Black with #5380B3

Text Example


Text Example

White with #5380B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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