Html Css Color HEX #547BAB Steel Blue

📋 copy color: '#547BAB'

red 84 ◦ green 123 ◦ blue 171

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

Shades of Steel Blue #547BAB

Tints of Steel Blue #547BAB

RGB

 RED value IS 84 (33.2% from 255) = 22.22%

 GREEN value IS 123 (48.44% from 255) = 32.54%

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

R = 22.22%
G = 32.54%
B = 45.24%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#547BAB (or 0x547BAB) is known color: Steel Blue. HEX triplet: 54, 7B and AB. RGB value is (84,123,171). Sum of RGB (Red+Green+Blue) = 84+123+171=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #547BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547BAB is #AB8454. Grayscale: #747474. Windows color (decimal): -11240533 or 11238228. OLE color: 11238228.

HSL color Cylindrical-coordinate representation of color #547BAB: hue angle of 213.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #547BAB is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 123 171 -
CMYK 0.51 0.28 0 0.33
HSL 213.1º 0.34% 0.5% -
HSV(B) 213.1º 0.51% 0.67% -
XYZ 18.09 18.99 41.24 -
YUV 116.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 84 123 171 0.51 0.28 0 0.33 213.1 0.34 0.5
Hex 54 7B AB 33 1C 0 21 D5 22 32
Octal 124 173 253 63 34 0 41 325 42 62
Binary 1010100 1111011 10101011 110011 11100 0 100001 11010101 100010 110010

Color Harmonies of #547BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547BAB

Black with #547BAB

Text Example


Text Example

White with #547BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547BAB; }

 p { color: rgb(84,123,171); }

 H1.HeaderClassName
 {
   color: #547BAB;
 }
 .AnyTagClassName
 {
   color: #547BAB;
 }
</style>

background-color css

<style>
 a { background-color: #547BAB; }

 a { background-color: rgb(84,123,171); }

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

border-color css

<style>
 span { border-color: #547BAB; }

 span { border-color: rgb(84,123,171); }

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