Html Css Color HEX #5278AD Steel Blue

📋 copy color: '#5278AD'

red 82 ◦ green 120 ◦ blue 173

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

Shades of Steel Blue #5278AD

Tints of Steel Blue #5278AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 21.87%
G = 32%
B = 46.13%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5278AD (or 0x5278AD) is known color: Steel Blue. HEX triplet: 52, 78 and AD. RGB value is (82,120,173). Sum of RGB (Red+Green+Blue) = 82+120+173=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #5278AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5278AD is #AD8752. Grayscale: #727272. Windows color (decimal): -11372371 or 11368530. OLE color: 11368530.

HSL color Cylindrical-coordinate representation of color #5278AD: hue angle of 214.95º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5278AD is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 120 173 -
CMYK 0.53 0.31 0 0.32
HSL 214.95º 0.36% 0.5% -
HSV(B) 214.95º 0.53% 0.68% -
XYZ 17.74 18.24 42.12 -
YUV 114.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 82 120 173 0.53 0.31 0 0.32 214.95 0.36 0.5
Hex 52 78 AD 35 1F 0 20 D7 24 32
Octal 122 170 255 65 37 0 40 327 44 62
Binary 1010010 1111000 10101101 110101 11111 0 100000 11010111 100100 110010

Color Harmonies of #5278AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5278AD

Black with #5278AD

Text Example


Text Example

White with #5278AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5278AD; }

 p { color: rgb(82,120,173); }

 H1.HeaderClassName
 {
   color: #5278AD;
 }
 .AnyTagClassName
 {
   color: #5278AD;
 }
</style>

background-color css

<style>
 a { background-color: #5278AD; }

 a { background-color: rgb(82,120,173); }

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

border-color css

<style>
 span { border-color: #5278AD; }

 span { border-color: rgb(82,120,173); }

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