Html Css Color HEX #5280B4 Steel Blue

📋 copy color: '#5280B4'

red 82 ◦ green 128 ◦ blue 180

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

Shades of Steel Blue #5280B4

Tints of Steel Blue #5280B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.15%

R = 21.03%
G = 32.82%
B = 46.15%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5280B4 (or 0x5280B4) is known color: Steel Blue. HEX triplet: 52, 80 and B4. RGB value is (82,128,180). Sum of RGB (Red+Green+Blue) = 82+128+180=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #5280B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280B4 is #AD7F4B. Grayscale: #777777. Windows color (decimal): -11370316 or 11829330. OLE color: 11829330.

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

Color convert

RGB 82 128 180 -
CMYK 0.54 0.29 0 0.29
HSL 211.84º 0.4% 0.51% -
HSV(B) 211.84º 0.54% 0.71% -
XYZ 19.44 20.53 46.12 -
YUV 120.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 82 128 180 0.54 0.29 0 0.29 211.84 0.4 0.51
Hex 52 80 B4 36 1D 0 1D D4 28 33
Octal 122 200 264 66 35 0 35 324 50 63
Binary 1010010 10000000 10110100 110110 11101 0 11101 11010100 101000 110011

Color Harmonies of #5280B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280B4

Black with #5280B4

Text Example


Text Example

White with #5280B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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