Html Css Color HEX #5381AC Steel Blue

📋 copy color: '#5381AC'

red 83 ◦ green 129 ◦ blue 172

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

Shades of Steel Blue #5381AC

Tints of Steel Blue #5381AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 21.61%
G = 33.59%
B = 44.79%

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

#5381AC (or 0x5381AC) is known color: Steel Blue. HEX triplet: 53, 81 and AC. RGB value is (83,129,172). Sum of RGB (Red+Green+Blue) = 83+129+172=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #5381AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5381AC is #AC7E53. Grayscale: #777777. Windows color (decimal): -11304532 or 11305299. OLE color: 11305299.

HSL color Cylindrical-coordinate representation of color #5381AC: hue angle of 208.99º 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 #5381AC is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 129 172 -
CMYK 0.52 0.25 0 0.33
HSL 208.99º 0.35% 0.5% -
HSV(B) 208.99º 0.52% 0.67% -
XYZ 18.86 20.52 42 -
YUV 120.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 83 129 172 0.52 0.25 0 0.33 208.99 0.35 0.5
Hex 53 81 AC 34 19 0 21 D1 23 32
Octal 123 201 254 64 31 0 41 321 43 62
Binary 1010011 10000001 10101100 110100 11001 0 100001 11010001 100011 110010

Color Harmonies of #5381AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5381AC

Black with #5381AC

Text Example


Text Example

White with #5381AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5381AC; }

 p { color: rgb(83,129,172); }

 H1.HeaderClassName
 {
   color: #5381AC;
 }
 .AnyTagClassName
 {
   color: #5381AC;
 }
</style>

background-color css

<style>
 a { background-color: #5381AC; }

 a { background-color: rgb(83,129,172); }

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

border-color css

<style>
 span { border-color: #5381AC; }

 span { border-color: rgb(83,129,172); }

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