Html Css Color HEX #557BAD Steel Blue

📋 copy color: '#557BAD'

red 85 ◦ green 123 ◦ blue 173

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

Shades of Steel Blue #557BAD

Tints of Steel Blue #557BAD

RGB

 RED value IS 85 (33.59% from 255) = 22.31%

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

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

R = 22.31%
G = 32.28%
B = 45.41%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#557BAD (or 0x557BAD) is known color: Steel Blue. HEX triplet: 55, 7B and AD. RGB value is (85,123,173). Sum of RGB (Red+Green+Blue) = 85+123+173=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #557BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BAD is #AA8452. Grayscale: #757575. Windows color (decimal): -11174995 or 11369301. OLE color: 11369301.

HSL color Cylindrical-coordinate representation of color #557BAD: hue angle of 214.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #557BAD is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 123 173 -
CMYK 0.51 0.29 0 0.32
HSL 214.09º 0.35% 0.51% -
HSV(B) 214.09º 0.51% 0.68% -
XYZ 18.37 19.11 42.26 -
YUV 117.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 85 123 173 0.51 0.29 0 0.32 214.09 0.35 0.51
Hex 55 7B AD 33 1D 0 20 D6 23 33
Octal 125 173 255 63 35 0 40 326 43 63
Binary 1010101 1111011 10101101 110011 11101 0 100000 11010110 100011 110011

Color Harmonies of #557BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BAD

Black with #557BAD

Text Example


Text Example

White with #557BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557BAD; }

 p { color: rgb(85,123,173); }

 H1.HeaderClassName
 {
   color: #557BAD;
 }
 .AnyTagClassName
 {
   color: #557BAD;
 }
</style>

background-color css

<style>
 a { background-color: #557BAD; }

 a { background-color: rgb(85,123,173); }

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

border-color css

<style>
 span { border-color: #557BAD; }

 span { border-color: rgb(85,123,173); }

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