Html Css Color HEX #5281AB Steel Blue

📋 copy color: '#5281AB'

red 82 ◦ green 129 ◦ blue 171

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

Shades of Steel Blue #5281AB

Tints of Steel Blue #5281AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 21.47%
G = 33.77%
B = 44.76%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5281AB (or 0x5281AB) is known color: Steel Blue. HEX triplet: 52, 81 and AB. RGB value is (82,129,171). Sum of RGB (Red+Green+Blue) = 82+129+171=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #5281AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5281AB is #AD7E54. Grayscale: #777777. Windows color (decimal): -11370069 or 11239762. OLE color: 11239762.

HSL color Cylindrical-coordinate representation of color #5281AB: hue angle of 208.31º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5281AB is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 129 171 -
CMYK 0.52 0.25 0 0.33
HSL 208.31º 0.35% 0.5% -
HSV(B) 208.31º 0.52% 0.67% -
XYZ 18.68 20.43 41.49 -
YUV 119.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 82 129 171 0.52 0.25 0 0.33 208.31 0.35 0.5
Hex 52 81 AB 34 19 0 21 D0 23 32
Octal 122 201 253 64 31 0 41 320 43 62
Binary 1010010 10000001 10101011 110100 11001 0 100001 11010000 100011 110010

Color Harmonies of #5281AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5281AB

Black with #5281AB

Text Example


Text Example

White with #5281AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5281AB; }

 p { color: rgb(82,129,171); }

 H1.HeaderClassName
 {
   color: #5281AB;
 }
 .AnyTagClassName
 {
   color: #5281AB;
 }
</style>

background-color css

<style>
 a { background-color: #5281AB; }

 a { background-color: rgb(82,129,171); }

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

border-color css

<style>
 span { border-color: #5281AB; }

 span { border-color: rgb(82,129,171); }

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