Html Css Color HEX #5280B3 Steel Blue

📋 copy color: '#5280B3'

red 82 ◦ green 128 ◦ blue 179

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

Shades of Steel Blue #5280B3

Tints of Steel Blue #5280B3

RGB

 RED value IS 82 (32.42% from 255) = 21.08%

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

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

R = 21.08%
G = 32.9%
B = 46.02%

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

#5280B3 (or 0x5280B3) is known color: Steel Blue. HEX triplet: 52, 80 and B3. RGB value is (82,128,179). Sum of RGB (Red+Green+Blue) = 82+128+179=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #5280B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280B3 is #AD7F4C. Grayscale: #777777. Windows color (decimal): -11370317 or 11763794. OLE color: 11763794.

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

Color convert

RGB 82 128 179 -
CMYK 0.54 0.28 0 0.30
HSL 211.55º 0.39% 0.51% -
HSV(B) 211.55º 0.54% 0.7% -
XYZ 19.34 20.49 45.58 -
YUV 120.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 82 128 179 0.54 0.28 0 0.30 211.55 0.39 0.51
Hex 52 80 B3 36 1C 0 1E D4 27 33
Octal 122 200 263 66 34 0 36 324 47 63
Binary 1010010 10000000 10110011 110110 11100 0 11110 11010100 100111 110011

Color Harmonies of #5280B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280B3

Black with #5280B3

Text Example


Text Example

White with #5280B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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