Html Css Color HEX #557BAA Steel Blue

📋 copy color: '#557BAA'

red 85 ◦ green 123 ◦ blue 170

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

Shades of Steel Blue #557BAA

Tints of Steel Blue #557BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 22.49%
G = 32.54%
B = 44.97%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#557BAA (or 0x557BAA) is known color: Steel Blue. HEX triplet: 55, 7B and AA. RGB value is (85,123,170). Sum of RGB (Red+Green+Blue) = 85+123+170=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #557BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BAA is #AA8455. Grayscale: #747474. Windows color (decimal): -11174998 or 11172693. OLE color: 11172693.

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

Color convert

RGB 85 123 170 -
CMYK 0.50 0.28 0 0.33
HSL 213.18º 0.33% 0.5% -
HSV(B) 213.18º 0.5% 0.67% -
XYZ 18.08 19 40.74 -
YUV 117 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 85 123 170 0.50 0.28 0 0.33 213.18 0.33 0.5
Hex 55 7B AA 32 1C 0 21 D5 21 32
Octal 125 173 252 62 34 0 41 325 41 62
Binary 1010101 1111011 10101010 110010 11100 0 100001 11010101 100001 110010

Color Harmonies of #557BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BAA

Black with #557BAA

Text Example


Text Example

White with #557BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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